Titlebar Title color cannot be changed by settings

Home Forums Jevelin Theme Titlebar Title color cannot be changed by settings

Home Forums Jevelin Theme Titlebar Title color cannot be changed by settings

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Dr.elk
    Participant

    Hello,

    I’d like to change the color of the titlebar title. However, if I try to set a different color in field Appearance – Theme Setting – Titlebar – Titlebar Title Color the color does not change. In the individual page header setting I have set Titlebar to Default (from theme options). How can I change the color of the titlebar title?

    Thanks,

    Eric

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

    Solution for this topic

    Hi Eric,

     

    I hope you are well today and thanks for posting here.

     

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can try changing it 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

     

    .sh-titlebar .titlebar-title h1,
    .sh-titlebar .titlebar-title h2 {
        color: #000;
    }

     

    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

     

    Best regards,
    Shufflehound team

    Dr.elk
    Participant

    Thanks, that solved the issue.

    You are most welcome here 🙂

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