Top bar text color not changing with settings

Home Forums Jevelin Theme Top bar text color not changing with settings

Home Forums Jevelin Theme Top bar text color not changing with settings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • belindablakley
    Participant

    I have set the topbar text color and background color in my settings, but the text isn’t changing to the correct color. Is there another setting overriding it? Screenshots attached.

    Attachments:
    You must be logged in to view attached files.

    Hi @belindablakley,

     

    I hope you are well today and thank you for your question.

     

    It seems from your shared screenshots that you have set color to top bar which is displayed on very top of your site but you want to change color of titlebar so please change it from titlebar settings as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    belindablakley
    Participant

    I want to change the color of the bar across the very top of my site – the one that has the contact info etc. Is that not the topbar? The background color seems to change with the settings, but the text color doesn’t.

    Solution for this topic

    Yes it is tob bar. I got confused because of the yellow mark added in your shared screenshot.

     

    I have tested it on my test site and its color is getting changed for me using latest version of Jevelin theme.

     

    I am not sure why it is not working on your site but you can try changing its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-header-top .header-contacts-details,
    #page-container .sh-header-top .header-social-media a {
        color: #399a6a !important;
    }

     

    You can change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

    belindablakley
    Participant

    That worked, thanks!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)