Home › Forums › Automattic › Elemin › CSS code issue
-
AuthorPosts
-
Website AdminMemberOur new weblog is working fine after customized css. whats is happening now that we had changed color of pages title from default to custom using “.page-title,.page-title a {
color: #870600;
font: 32px/37px “Sorts Mill Goudy”, Georgia, “Times New Roman”, serif;
}” which worked fine… what is troubling is that same code is still present but now default color comes in real. when we go again to customize all seems ok and after saving back … it occurs again. ??? Puzzled…Same way we change footer menu items color by using different code and border -top above footer… but all code is there …seems right in preview but doesn’t come live in browsing.
The blog I need help with is hradayshahjudeo.inJune 19, 2013 at 3:57 am #135759
Michael FieldsMemberwhat is troubling is that same code is still present but now default color comes in real. when we go again to customize all seems ok and after saving back … it occurs again. ??? Puzzled…
Please try the following code instead. It’s pretty similar to what you had, but will ensure that post titles are included.
.page-title,
.entry-title,
.page-title a,
.entry-title a {
color: #870600;
font: 32px/37px "Sorts Mill Goudy", Georgia, "Times New Roman", serif;
}What is the code you are using for the menu links? Please post it and we can help with that too.
June 24, 2013 at 2:23 am #135932
philiparthurmooreMember@administratorincharge: Do you still need assistance?
June 28, 2013 at 11:11 pm #136158
philiparthurmooreMemberI’m marking this topic closed and resolved, but please feel free to open another thread if you need further assistance.
-
AuthorPosts
The topic ‘CSS code issue’ is closed to new replies.