logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.

$5
Change home page button colors Emporium theme frome templatic

I have recently purchased the Emporium theme frome templatic and am currently trying to do some slight customization. I was wondering if someone could expain how I could change the color of the buttons on my home page (ex: home on top left, prev & next on the banner, the "1" square button, help and otherlinks below the banner). Here is my website so you could see what I'm talking about.
www dot sweetcitygirl dot com

This question has been answered.

saint merc | 03/30/11 at 4:29pm Edit


The experts have suggested, on average, a prize of $10 for this question.

(3) Possible Answers Submitted...

See a chronological view of answers?

Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

  • avatar
    Last edited:
    04/06/11
    5:49pm
    Daniele Raimondi says:

    You have to simply modify some code in the stylesheet(s) of your theme. For example, if you wanna change the color the HOME button go to wp-content/themes/Emporium/skins/1-default.css on line 57 and change the color as you like.

    I can suggest to use FireFox and Firebug extension to clearly understand where and how customize your css

  • avatar
    Last edited:
    04/06/11
    5:49pm
    AdamGold says:

    To change the "prev" and "next" tabs open your CSS and type:

    .nivoSlider a.nivo-nextTab {
    background: #yourcolor;
    }
    .nivoSlider a.nivo-prevTab {
    background: #yourcolor;
    }

    To change the control tabs of the slider:

    .nivoSlider .nivo-controlNav a {
    background: #yourcolor;
    }

    And the footer links:
    #footer a {
    color: #yourcolor;
    }

    • 03/31/11 11:35am

      saint merc says:

      I have been inserting the scripts everywhere and things are moving but the buttons are not changing color. Where do I enter the script? Also, my script is different in the css style sheet compared to the default.

    • 03/31/11 2:53pm

      AdamGold says:

      Try to put it before your closing </head> tag:


      <style type="text/css">
      .nivoSlider a.nivo-nextTab {
      background: #yourcolor;
      }

      .nivoSlider a.nivo-prevTab {
      background: #yourcolor;
      }

      .nivoSlider .nivo-controlNav a {
      background: #yourcolor;
      }
      #footer a {
      color: #yourcolor;
      }
      </style>

  • avatar
    Last edited:
    03/31/11
    2:09pm
    Rashad Aliyev says:

    Is it the same? http://wpquestions.com/question/show/id/1960

This question has expired.





Current status of this question: Completed



Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.

If the asker does not get an answer then they have 10 days to request a refund.