Home › Forums › Pro Themes › Travel Eye Pro › How do I change color in page title?
Tagged: color change, title color
- This topic has 13 replies, 2 voices, and was last updated 7 years, 4 months ago by
Ashley Moss.
-
AuthorPosts
-
September 9, 2017 at 7:19 pm #52881
Ashley Moss
ParticipantHow can I change the color in the page title to make it all one color? I want to make it all white letters. I figured how to do it in SiteOrigin page builder on the homepage, but all of the other pages have a different color first character. (http://staging.orlandotravelcompany.com/category/blog/)
September 10, 2017 at 11:49 pm #53017wensolutions
KeymasterHello @lynaeash,
To make all the letter of the title appear in same color for all the page paste below given CSS in Additional CSS .
.page #custom-header .page-title:first-letter { color: #fff; }
Hope this helps .
Best Regards!!
September 12, 2017 at 5:40 pm #53157Ashley Moss
ParticipantThank you! This works for all pages except the products & product categories. How can I change the page title for products as well?
September 12, 2017 at 5:45 pm #53159Ashley Moss
ParticipantNM figured it out. Here is the code for others!
.woocommerce-page #custom-header .page-title:first-letter {
color: #ffffff;
}September 12, 2017 at 6:21 pm #53160Ashley Moss
ParticipantCan you also explain how to change color of first letter on posts? I cannot figure this one out! Thanks. (http://staging.orlandotravelcompany.com/category/blog/)
September 13, 2017 at 12:25 am #53167wensolutions
KeymasterHello @lynaeash,
Nice to hear that you figured out one of the issue by yourself.
Now to change the color of first letter of the category page use below given CSS.
.category h1.page-title:first-letter { color: #fff !important; }
Hope this helps .
Best Regards!!
September 13, 2017 at 9:24 pm #53260Ashley Moss
ParticipantThank you for the very fast reply! I noticed this only works on post category. How can I also change the color of first letter on individual posts? (http://staging.orlandotravelcompany.com/new-weekly-cruise-deals-insider-news-aug-28-2017/)
September 13, 2017 at 11:48 pm #53269wensolutions
KeymasterHello @lynaeash,
To change the color of first letter on individual posts use below given CSS.
.single h1.page-title:first-letter { color: #fff !important; }
Hope this helps .
Let us know if you have any confusion further .
Best Regards!!
September 15, 2017 at 8:57 pm #53474Ashley Moss
ParticipantExcellent this did the trick! Thanks for the fast reply!
September 19, 2017 at 11:43 pm #53763Ashley Moss
ParticipantHello! I also noticed the first letter of the title on the search page is a different color. How can I make this white to match the title?
September 20, 2017 at 1:45 am #53782wensolutions
KeymasterHello @lynaeash,
To change the color of the first letter of the title of search page use below given CSS.
.search h1.page-title:first-letter { color: #fff !important; }
Hope this helps .
Best Regards!!
September 20, 2017 at 8:52 pm #53843Ashley Moss
ParticipantFantastic! Very much appreciate that you are so quick to respond and so helpful.
September 21, 2017 at 11:53 pm #53914wensolutions
KeymasterHello @lynaeash ,
Glad we could help. If you have any queries further, please write back to us and we will happily help you further.
We would also really appreciate it if you could take some extra steps to review our theme free version at the WordPress repo here :
https://wordpress.org/support/theme/travel-eye/reviews/#new-post
Best Regards !!
September 22, 2017 at 1:28 am #53921Ashley Moss
ParticipantCertainly! Happy to do that.
-
AuthorPosts
- You must be logged in to reply to this topic.