Custom CSS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11204
    Suti
    Customer

      Hi All,
      How can I modify the links and button rollover colors? I’m using Epik black theme. Everything I try to customize on Style.css doesn’t seem to work at all. I’m using Firefox on a Mac. I’m just starting to set up my site. Here’s the URL: http://sidewalkthailand.com
      Thanks for all your help,
      Suti

      #11221
      Wes
      Moderator

        Take a look around line 2737 in your css file for the Black section –

        /* 
        16 Theme Colors
        ---------------------------------------------------------------------------------------------------- */
        
        /* Epik Black
        --------------------------------------------- */

        You can add your customizations there….just make sure and do it in the same way as the others like this –

        .epik-black a {
            color: #000;
        }
        
        .epik-black a:hover {
            color: #888;
        
        #11267
        Suti
        Customer

          Thanks Wes.

          #11274
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Custom CSS’ is closed to new replies.