badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

text color

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #54198
    sharonhicks.ot
    Participant

    Is there a way to change the colors of the site title and page titles?

    #54199
    Pierre
    Participant

    For 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.

    #54214
    sharonhicks.ot
    Participant

    thanks 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?

    #54215
    Pierre
    Participant

    Page:

    .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.

    #54216
    sharonhicks.ot
    Participant

    Yes I did empty the browser cache. still not able to change the page title color.

    #54217
    Pierre
    Participant

    This !important

    ...
    color: #08458c !important;
    #54236

    @sharonhicks-ot For page title just add below custom CSS code as @posta700-varie described

    .page-title {
        color: #08458c !important;
    }

    Thank you!

    #54264
    sharonhicks.ot
    Participant

    Thank 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?

    #54265
    Pierre
    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;
    }
    #54271

    @sharonhicks-ot For page title just add below custom CSS code .

    #site-title a {
    	color: #108080 ; 
    }
    #site-title:hover a {
    	color: #b3b3b3;
    }

    Thank you!

    #54291
    sharonhicks.ot
    Participant

    thanks so much, what I actually still need is to change the color of the HOME page title

    #54292
    Pierre
    Participant

    The 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

    #54317

    @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!

    #54345
    sharonhicks.ot
    Participant

    http://www.sharonbloomfieldhicks.com

    This is the home page. I want to know how to change color of the title : “Paintings”

    thanks you

    #54346
    Pierre
    Participant

    Why do not you use Debugger?

    CSS

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.