This topic has 9 replies, 4 voices, and was last updated 10 years by Abe.

  • Author
  • #30131
     ecthelion30
    Participant

    hi there!

    i want to get rid of the > marks in the profile mobile version ( see attachement). where do i have to change it?

    thanks in advance

    #30170
     Catalin
    Moderator

    please send me a link to your website and I will provide you a fix.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #30209
     ecthelion30
    Participant

    thanks for the quick response!

    here is the link : http://www.liebesgott.de

    but work is still in progress 😉

    best regards
    tim

    #30314
     Catalin
    Moderator

    add this to your style.css file from your child theme:

    COPY CODE
    
    
    @media only screen and (max-width: 767px) {
    .dl-horizontal dd:before {
      content: none !important;
    }
    
    

    let me know if this works

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #97488
     Zlato
    Participant

    I have the same problem. The code not fix this in my case.
    Can you pls help.

    Is the way

    #97499
     Abe
    Keymaster

    Hi, that it not a problem and it is theme design 🙂 and the code above added to your quick css section will hide it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #97502
     Zlato
    Participant

    thx Abe. Sorry for “problem ” :).
    i put code like this:
    /*
    Theme Name: Sweetdate Child
    Theme URI:
    Description: Child theme for Sweetdate
    Author: SeventhQueen
    Author URI: http://seventhqueen.com
    Template: sweetdate
    Tags: dating, clean, responsive, creative, minimal, modern, landing page, social, buddypress,bbpress, woocommerce
    License: GNU General Public License
    License URI: license.txt
    */
    @import url(“../sweetdate/style.css”);

    /*
    * Please add your custom styles below
    */
    @media only screen and (max-width: 767px)
    .dl-horizontal dd:before {

    content: none !important;

    }

    but > marks is till there.

    zmenek.si

    #97503
     Abe
    Keymaster

    yep and the child theme to be active

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #97505
     Zlato
    Participant

    child theme is activ but no luck 🙂

    #97649
     Abe
    Keymaster

    oh boy, the above code was missing a “{”

    Try again please

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?