Home › Forums › Fitness Pro Forum › Font Color Help
- This topic has 9 replies, 3 voices, and was last updated 7 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
April 10, 2017 at 11:14 pm #68696
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=02. 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=0Thank you.
April 11, 2017 at 5:12 am #68716Hi 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,
BradApril 17, 2017 at 5:18 pm #69310Thank 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.
April 18, 2017 at 9:02 am #69373Hi 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,
BradApril 18, 2017 at 12:36 pm #69383Hi,
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?
April 18, 2017 at 12:44 pm #69387Could you send us screenshots?
April 18, 2017 at 12:51 pm #69388In 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
April 18, 2017 at 1:14 pm #69392Hi 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,
BradApril 18, 2017 at 1:16 pm #69394It worked perfectly. Thank you!
April 18, 2017 at 1:28 pm #69397Great 🙂
-
AuthorPosts
- The topic ‘Font Color Help’ is closed to new replies.