Home Forums Pro Themes  Travel Insight Pro Change font color

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #143306
    Søren Fuhr
    Participant

    How do I change the text font color? It only allows me to use grey color.

    #143321
    Psink
    Keymaster

    Hello Soren

    Currently, there are no such features to change text color in the theme

    For now, Please Add this CSS in Additional CSS

    
    p {
        color: #111010;
    }
    

    Hope this helps

    Regards,
    Psink

    #143361
    Søren Fuhr
    Participant

    Hi Psink,

    Thank you very much – You are always very helpful.

    I have two more questions.

    1. How do I remove the “PREVIOUS” and “NEXT” button, at the bottom of my page?

    2. How do I create a site, without this secetion marked with red on this image: https://imgur.com/QRrk3cl

    #143407
    Psink
    Keymaster

    Hello Soren

    Add this CSS in the Additional CSS

    
    #banner-image {
        background: transparent !important;
        padding: 0px;
    }
    
    .banner-title {
        background: transparent;
    }
    
    #banner-image h1.page-title {
        color: #000;
    }
    
    .breadcrumb-trail.breadcrumbs ul li a, .breadcrumb-trail.breadcrumbs ul li{
    	color: #000;
    }
    
    .nav-links {
        display: none;
    }
    

    Hope this helps

    Reards,
    Psink

    #143440
    Søren Fuhr
    Participant

    Thank you!

    Last question:

    How do I remove this on the sites:

    https://imgur.com/gEPnm5o

    #143488
    Psink
    Keymaster

    Hello soren

    Add this CSS

    
    section#banner-image {
        display: none;
    }
    

    Regards,
    Psink

    #143511
    Søren Fuhr
    Participant

    That didn’t work: https://imgur.com/gWZS37R

    Am I doing anything wrong?

    And furthermore, once you reply, can you add your email adress instead of noreply@ since I always have hard time loggin in your site due to Jetpack restrictions..

    #143615
    Psink
    Keymaster

    Hello soren

    Hmm, I see it’s already removed from your site. Can you please confirm that you are talking about space below the navbar?

    Regards,
    Psink

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font color’ is closed to new replies.