CSS code issue

Home Forums Automattic Elemin CSS code issue

Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #107139 Resolve
    Website Admin's avatar
    Website Admin
    Member

    Our 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.in
    #135759
    Michael Fields's avatar
    Michael Fields
    Member

    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…

    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.

    #135932
    philiparthurmoore's avatar
    philiparthurmoore
    Member

    @administratorincharge: Do you still need assistance?

    #136158
    philiparthurmoore's avatar
    philiparthurmoore
    Member

    I’m marking this topic closed and resolved, but please feel free to open another thread if you need further assistance.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘CSS code issue’ is closed to new replies.