Woopress Main Body Font Color - by Cheryl Annett

This topic has 8 replies, 4 voices, and was last updated 9 years, 6 months ago ago by Robert Hall

  • Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    May 21, 2015 at 16:26

    Hello
    How do I change the following:
    – Main Font Color to black instead of the light grey throughout the content of the site?
    – Single Product Page Main Content to black and make it larger
    – Single Product Button, font is black with black button,but when hovered over it looks great!

    Sorry to be a pain, but everything is so awesome with this theme, just can’t seem to figure out the “Theme Options” and all the font options, everything I do doesn’t change these few points, as well not sure how to add the right code to my custom.css

    Thank you again,
    Cheryl

    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 21, 2015 at 17:24

    Hello,

    Use this code in custom.css file:

    p {
       color: black !important;
    }
    .tabs .tab-content p, .tab-content .list li {
        color: black !important;
        font-size: 15px !important;
    }
    .product-information .cart button[type="submit"] {
     color: white !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    May 26, 2015 at 22:17

    Hi There, thank you for this help, just wondering how to change certain text back to the default color now, all the main body font is black which is great, but the script font is black now too, and before I had it the default color. Is there a way to change this back to a colour, html styling is not working for me.

    <p class=”active” style=”font-size: 28px; color: #b6500e; line-height: 18px; font-family: ‘Satisfy’, cursive;”>
    this color shows up in the editor but not on the site…

    ca

    Avatar: stan
    Stan Russell
    Participant
    May 27, 2015 at 07:42

    Hello,

    please navigate to your custom.css file and replace string

    p {
       color: black !important;
    }

    with

    p {
       color: black;
    }

    and show us on screenshot which elements you want to have ‘#b6500e’ color.

    Regards,
    Stan Russell.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    May 27, 2015 at 16:34

    Hi here is the picture of the script I want a different colour!
    change color of font script

    Avatar: Eva
    Eva Kemp
    Support staff
    May 27, 2015 at 18:16

    Hello,

    As I see the color is changed:
    http://storage1.static.itmages.com/i/15/0527/h_1432746881_3692674_8fa72aa2d8.png

    Please clear browser cache and check again.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Cheryl Annett
    Cheryl Annett
    Participant
    May 27, 2015 at 18:32

    Yup!! You guys are awesome!!! Thank you!!!!!!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 27, 2015 at 18:33

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 8 results - 1 through 8 (of 8 total)

The issue related to '‘Woopress Main Body Font Color’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.