Change Portfolio title & document title color

Home Forums Jevelin Theme Change Portfolio title & document title color

Home Forums Jevelin Theme Change Portfolio title & document title color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • valeirski
    Participant

    Hi,

     

    Was just wondering how to change the Portfolio title and the color of the document title. My background is in white and so in the title color.

     

    Hi @valeirski,

     

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

     

    You can change 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-portfolio-single .sh-portfolio-single-left h1,
    #page-container .sh-titlebar .titlebar-title h2 {
        color: #3f3f3f;
    }

     

    Best regards,
    Shufflehound team

    valeirski
    Participant

    Hi,

     

    Thank you for your response. I also have one more problem. When you go to my page you will notice a white div at the top of the screen. I have tryed removing these by adding the following code without succes:

     

    .primary-desktop .sh-header-top:not(.sh-header-top-10) {
    background-color: rgba(255,255,255,0.0)!important;
    }
    .primary-desktop-light .sh-header-top-4 {
    border-color: rgba(255,255,255,0.0)!important;
    }

    Any ideas?

     

    Cheers

    • This reply was modified 5 years, 2 months ago by valeirski.
    • This reply was modified 5 years, 2 months ago by valeirski.

    valeirski
    Participant

    Hi,

     

    I was able to edit this using YellowPencil. Thanks tho.. 😀

    You are most welcome here 🙂

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