• Resolved olivier2

    (@olivier2)


    Hello
    I am using your free theme. I would like to remove the gray bar below the menus, but impossible
    How should I do
    Looking forward to your help and your answers
    thank you in advance
    Have a good day
    Olivier

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @olivier2

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .breadcrumb {
      display: none;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter olivier2

    (@olivier2)

    Hello
    Thank you for responding quickly and for the work you do, it’s great
    It’s perfect, it works very well
    Can I change the background color, I will ask you a dark color?
    But that will involve changing the color of the text, I will have to put some white?
    Is possible
    Looking forward to your answers and your help
    I thank you in advance
    Have a good day
    Olivier B

    Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @olivier2

    If you want to change the background color of breadcrumb section & text color to white add below css code :

    .breadcrumb {
      background-color: #000; /* Add your desire color here */
    }
    
    .breadcrumb h2 {
      color: #fff;
    }
    
    .page-breadcrumb a {
      color: #fff;
    }

    Thank you…

    Thread Starter olivier2

    (@olivier2)

    Hello
    Thank you very much for responding so quickly and for your help.
    For the color background css code it will apply well to all the same theme for the css code cooldown of the font?
    Sorry a little more question
    Parcontre for this line of code:

    .breadcrumb {
    background-color: # 000; / * Add your desire color here * /
    }

    My color I add it instead of # 000 or instead of add your desire color here?
    Looking forward to your help and your answer.
    I wish you a good day
    Oivier B

    • This reply was modified 6 years, 1 month ago by olivier2.
    Thread Starter olivier2

    (@olivier2)

    Hello
    Thank you very much for the css code, but unfortunately it does not work?
    Pity
    Have a good day

    Hello, @olivier2

    Please add this CSS code in your additional CSS field.

    Go to > Appearance > customize > Additional field > enter this code here.

    .navbar {
    box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0)!important;
    }

    Thanks

    Thread Starter olivier2

    (@olivier2)

    Hello
    Thank you very much for your help
    Will this code allow me to change the color of the text and the background with the colors I want?
    In the waiting for your answers
    I wish you a good day
    Olivier

    Hello,@olivier2

    Please add this CSS code in your additional CSS field.

    Go to > Appearance > customize > Additional field > enter this code here.

    .page-breadcrumb a,.breadcrumb h2 {
    color: #fff!important;
    }
    .breadcrumb {
    background-color: #000!important;
    }

    Have a nice day!
    Thanks

    Thread Starter olivier2

    (@olivier2)

    Hello
    I just tried to not work, as I have a free version of the theme, it must come from that
    Too bad, I will choose another theme
    Thanks again
    Have a good day
    Olivier

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘olivierphotographies’ is closed to new replies.