adjusting font colors

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #25795
    markparish
    Member

    I’m having a hard time finding the css code to adjust the product page title in the header, as well as the product title. I’m using woocommerce, and was able to adjust the color of the body text by entering this code into the Custom CSS in Theme Options:

    #content {
    color: #11375e;
    }

    Can you guys please email me at admin@helpfirst.com , I was still using a yahoo email when I bought this a few months ago.

    #25804
    Veena
    Moderator

    Pls use the below custom CSS –

    .single-product .product-title {
        color: #6DEFFC !important;
    .woocommerce div.product .product_title {
        color: #11375E !important;
    }
    
    #25824
    markparish
    Member
    This reply has been marked as private.
    #25834
    Veena
    Moderator

    Sorry there was an error in the custom CSS which i corrected now .

    .single-product .product-title {
        color: #6DEFFC !important;
    }
    .woocommerce div.product .product_title {
        color: #11375E !important;
    }
    
    #25842
    markparish
    Member

    Thank You!

    But I’m still having issues, please see attached photos.

    Really appreciate your help!

    #25850
    Veena
    Moderator

    Pls use the below custom CSS –

    .related.products h2, .woocommerce ul.products li.product h3 {
        color: #11375E;
    }
    

    We are using chrome developer tools , that quickly help fixing styling issues if any .

    Pls go through this link and check section “Inspecting DOM elements and styles” –

    https://developer.chrome.com/devtools

    https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/?utm_source=dcc&utm_medium=redirect&utm_campaign=2016q3

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Fusion Theme Support’ is closed to new topics and replies.