Font Color Help

Home Forums Fitness Pro Forum Font Color Help

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #68696
    KENNETHKENNETH
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: February 1, 2017

    My site is http://www.yogatrex.org

    I need help with the following 4 issues:
    1. The color of the name of the site (upper left corner). It defaults to Orange and I cannot find how to change that particular font color.
    Screenshot: https://www.dropbox.com/s/3sbnihjb39vznws/Picture1.png?dl=0

    2. The title of each section has two colors. For example, in the first section, it says YogaTrex Philosophy. The word YogaTrex is always white. I want to change that color.
    3. The “Read More” button in each section has white text. I want to change the color of that text and cannot find how to.
    4. At the bottom in the “Quick Links” section, the links are white. I would like to change them to a different color.
    Screenshot: https://www.dropbox.com/s/s83yiiwrkv8x3nt/Picture2.png?dl=0

    Thank you.

    #68716
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Kenneth,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .logo h1 span{color:#000000 !important;}
    .services-box h4{color:#000000 !important;}
    .read-more{color:#000000 !important;}
    .footer-col-2 ul li a{color:#000000 !important;}
    .phone-no a{color:#000000 !important;}

    Regards,
    Brad

    #69310
    KENNETHKENNETH
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: February 1, 2017

    Thank you. Can you please advise how to modify the following, as well:
    – The color of the 2nd part of the header in the services boxes (they are all white. I’d like to change that.)
    – When I hover over the “Read More” buttons in the services boxes, the font is black, but because the hover color is black, you can no longer read the words. How do I change the font color when I hover?
    – The line in within the services boxes is white and I cannot see it. How do I change that color?
    – In the footer, the name of the site (Yogatrex) is white. How do I change that color?

    Thanks.

    #69373
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Kenneth,

    Add this code in custom css box:

    .footer-col-3 h2 span, .footer-col-2 ul li:hover a, .footer-col-2 ul li.current_page_item a, .copyright-txt span, .services-box h4 span{color:#000000 !important;}
    .read-more:hover{color:#ffffff !important;}

    Regards,
    Brad

    #69383
    AshleyAshley
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: April 17, 2017

    Hi,

    The footer menu text is orange, but I would like for it to be white. I have the pro version and have set the fonts to white. How can I change the footer menu text color?

    Is there a way to completely remove the social section of the footer (including the brown bar) and just have the footer menu and copywrite section?

    #69387
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Could you send us screenshots?

    #69388
    AshleyAshley
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: April 17, 2017

    In the footer menu: the page that is selected, and the page that the mouse is hovering over, are orange. The selected page and the hover text could be a light gray (instead of orange).

    www.captivatx.com

    #69392
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Ashley,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    #footer-wrapper .footwrap{display:none;}
    .copyright-wrapper ul li a:hover, .copyright-wrapper ul li.current_page_item a{color:#ffffff !important;}

    Regards,
    Brad

    #69394
    AshleyAshley
    Member
    • Topics: 2
    • Replies: 3
    • Total: 5
    Member since: April 17, 2017

    It worked perfectly. Thank you!

    #69397
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Great 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Font Color Help’ is closed to new replies.