- This topic has 15 replies, 3 voices, and was last updated 7 years, 2 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
November 25, 2017 at 5:03 pm #54198
sharonhicks.ot
ParticipantIs there a way to change the colors of the site title and page titles?
November 25, 2017 at 9:21 pm #54199Pierre
ParticipantFor title:
#site-title a { min-width: 200px; font-family: 'Open Sans', sans, arial; color: #108080 !important; font-size: 1.05em; color: #108080; text-shadow: 1px 1px #b3b3b3; text-transform:uppercase; text-align: left; padding: 0px; margin-top: 10px; margin-bottom: 0px; line-height: 28px; } #site-title:hover a { color: #b3b3b3 !important; }
Page:
.page-title { font-size: 1.6em; color: #08458c !important; }
Posts:
.entry-title { font-size: 1.6em; color: #08458c !important; }
You ca use Debugger for to find the css in the site.
November 26, 2017 at 7:47 pm #54214sharonhicks.ot
Participantthanks that worked for the site title. But did not work for the page title.
Any other suggestion for the page title?
Also is there a way to change the color of feedback forms?
November 26, 2017 at 8:05 pm #54215Pierre
ParticipantPage:
.page-title { font-size: 1.6em; color: #08458c !important; }
Posts:
.entry-title { font-size: 1.6em; color: #08458c !important; }
Did you empty your browser cache?
You ca use Debugger for to find the css in the site.
November 26, 2017 at 8:53 pm #54216sharonhicks.ot
ParticipantYes I did empty the browser cache. still not able to change the page title color.
November 26, 2017 at 8:57 pm #54217Pierre
ParticipantThis !important
... color: #08458c !important;
November 27, 2017 at 6:50 am #54236Theme Horse Support Team
Keymaster@sharonhicks-ot For page title just add below custom CSS code as @posta700-varie described
.page-title { color: #08458c !important; }
Thank you!
November 28, 2017 at 1:39 am #54264sharonhicks.ot
ParticipantThank you, that did work on all the pages except for the front page! I didn’t realize at first since I was looking at the front page. What is the code for the front page title?
November 28, 2017 at 1:42 am #54265Pierre
Participant#site-title a { min-width: 200px; font-family: 'Open Sans', sans, arial; color: #108080 !important; font-size: 1.05em; color: #108080; text-shadow: 1px 1px #b3b3b3; text-transform:uppercase; text-align: left; padding: 0px; margin-top: 10px; margin-bottom: 0px; line-height: 28px; } #site-title:hover a { color: #b3b3b3 !important; }
November 28, 2017 at 7:49 am #54271Theme Horse Support Team
Keymaster@sharonhicks-ot For page title just add below custom CSS code .
#site-title a { color: #108080 ; } #site-title:hover a { color: #b3b3b3; }
Thank you!
November 28, 2017 at 11:55 pm #54291sharonhicks.ot
Participantthanks so much, what I actually still need is to change the color of the HOME page title
November 29, 2017 at 12:01 am #54292Pierre
ParticipantThe codes are the same, put it! !important
#site-title a { color: #108080 !important; } #site-title:hover a { color: #b3b3b3; }
If it does not work, place a screenshot of the page
November 30, 2017 at 6:10 am #54317Theme Horse Support Team
Keymaster@sharonhicks-ot Can you please provide your site URL and specify which home page you are talking about. For the site title you can refer to the above reply.
Thank you!
December 1, 2017 at 1:26 pm #54345sharonhicks.ot
Participanthttp://www.sharonbloomfieldhicks.com
This is the home page. I want to know how to change color of the title : “Paintings”
thanks you
December 1, 2017 at 6:45 pm #54346 -
AuthorPosts
- You must be logged in to reply to this topic.