• Hi every one,

    when i add some html in the title to change the color of it, in the blog view i have no problem, but in magazine view the title appear like this:

    title-name-without-color”> Title-name-with-color

    ideas?

Viewing 1 replies (of 1 total)
  • hi ceffa93..

    try to add !important in your styles..

    best would be to use ONLY CSS for this.

    for example

    .archive h2.posttitle,
    .archive h2.posttitle a { color: #ff9900 !important; }

    add this CSS to THEME SETTINGS -> CSS tab.

    Thats the CSS overwrite section. Never change any theme files. Then rather make a child theme.. Hope that helps, konrad

Viewing 1 replies (of 1 total)
  • The topic ‘Title color in magazine view’ is closed to new replies.