Hi, I want the title of the page, which is displayed in the header area to be highlighted with the general theme color. To explain better: the title of the page is in white color, when I highlight it with my mouse it's background turns gold like I want - how do i make that permanent? Thanks!
Comments
Please send us a link to your page and point to where this title is.
thanks
Инструкции
#Subheader .container .column.one {text-align:center !important;
}
.subheader-both-center #Subheader .title {
width: auto !important;
display: inline-block !important;
float:none !important;
background: #c49f65 !important;
padding:0px 15px 10px 15px !important;
color:white !important;
}