New Landing How can we help? Themeforest Theme Support Neighborhood Testimonial and page title color

Viewing 4 posts - 1 through 4 (of 4 total)
  • #298693
    Baronkelvin
    Member
    Post count: 26

    Hi,

    I have used the CSS below, to change the page title color, but it also changed part of the page content color as well as my testimonial slide font color.
    .page-heading h1,p{
    color:#FFFFFF !important;
    }

    so i put another CSS in, it will only work if I change the importance that is higher than the above CSS, which will interrupt the page title color.
    .testimonial-text{
    color:#000 !important;
    }

    Is there a way to solve the conflict that only changes page title to white but remains page content and testimonial to black.
    Could you also help me to change the breadcrumbs color to #5F5F5F.

    Thank you so much.

    #298696
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try this one for the page title.

    .entry-title {
        color: #fff!important;
    }

    and this for the breadcrumbs

    #breadcrumbs, #breadcrumbs a, #breadcrumb i {
        color: #963737;
    }
    
    

    Your code for the testimonials is correct.

    Give it a try.

    -Rui

    #298873
    Baronkelvin
    Member
    Post count: 26

    Hi Rui,

    The page title css works perfectly fine.
    For the breadcrumbs one i added !important and it is working too.
    #breadcrumbs, #breadcrumbs a, #breadcrumb i {
    color: #000!important;
    font-weight: bold!important;
    }
    Thank you so much.

    #299205
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register