Change tittle page colour

Home Forums Jevelin Theme Change tittle page colour

Home Forums Jevelin Theme Change tittle page colour

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • RCA_86
    Participant

    Hello, maybe this is a very simple question, but I have tried everything and I can’t find a way to change the white colour of the tittle of each page. It’s always white but as I have a white image background I’d like it black.

     

    I really tried to change every colour, but I can’t find it.

     

    Thank very much and sorry if it’s very simple, but I couldn’t do it.

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

    Hi @RCA_86,

     

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

     

    Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    RCA_86
    Participant

    For example: http://rcaproductions.net/contacto/

     

    I mean, the colour of the title, in every page. I’m not sure if that’s a titlebar, but I have all black and it’s still white.

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

    You can change 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

     

    .sh-titlebar .titlebar-title h1 {
        color: #0f0f0f !important;
    }

    RCA_86
    Participant

    Hello, I know this is from 3 months ago, but still have that problem. I attach a screenshot with that CSS Code, and the title of each page it’s still white, so I can’t see it because the background is also white. I attach screenshots to show it.

     

    Also, suddenly appear two black lines on the drop down menu, and I really can’t find how to remove it.

     

    Could you help me? Thank you very much.

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

    Instead of above shared CSS code please try using the below CSS code.

     

    .sh-titlebar .titlebar-title h1,
    .sh-titlebar .titlebar-title-h1 {
        color: #0f0f0f !important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)