Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hey!

    You can try one of those:

    #af-wrapper .title-element,
    #af-wrapper .forum-name strong a,
    #af-wrapper .thread-name strong a {
        /* ... */
    }

    Thread Starter dcstorm2012

    (@dcstorm2012)

    Hi support! I tried the below and it’s not changing. I c/p’d what I tried using. You can also view the forum here: https://aphea.svtwebdesign.com/forum/

    #af-wrapper .forum-name strong a, {
      color: #ffffff;
    }
    
    #af-wrapper .title-element {
      color: #ffffff;
    }
    
    #af-wrapper .thread-name strong a {
      color: #ffffff;
    }
    Plugin Author Asgaros

    (@asgaros)

    Hello dcstorm2012,

    where have you added those CSS-modifications? I cant find them in your files.

    Thread Starter dcstorm2012

    (@dcstorm2012)

    Sorry, I took them out when they weren’t working. I have re-added them to my custom CSS file.

    Plugin Author Asgaros

    (@asgaros)

    For me they are working fine if you add an !important behind it, like this:

    #af-wrapper .forum-name strong a {
      color: #ffffff !important;
    }
    
    #af-wrapper .title-element {
      color: #ffffff !important;
    }
    
    #af-wrapper .thread-name strong a {
      color: #ffffff !important;
    }

    But I still cant see them. Are you sure your custom css file is loaded correctly? Where have you added those lines?

    Thread Starter dcstorm2012

    (@dcstorm2012)

    That worked! Thank you very much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Catergory Title Color’ is closed to new replies.