• Resolved elenaselvi

    (@elenaselvi)


    Hi there,

    I’m trying to adapt the felicity theme to my company colours.

    Does somebody know how can I change the colour of the 6 featured icons?

    Thank you very much!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you post a link to your site?

    Thread Starter elenaselvi

    (@elenaselvi)

    You’re already using a custom CSS plugin, so try this code:

    .feature .circle {
      	background: #165e09;
    }
    
    .feature .circle:hover {
    	background: #165e09;
    }

    Use a site like Colorpicker to get the right hex color.

    Thread Starter elenaselvi

    (@elenaselvi)

    thank you so much stephen, it worked perfectly!!!

    do you know where can I find this codes?

    Cause I need to change the color of more things, such as the e-mail and the telephone on the top,the icons on blue of the bottom and the line between the slogans under the image slider….

    Thank you sooo much!!!

    For the email and telephone number listed at the top:

    .phone-box .top-email { color: #57db23; }
    .phone-box .top-email a { color: #57db23; }

    You might benefit from learning how to use a web inspecting tool like Firebug. This is a good place to start: http://www.themesandco.com/snippet/firebug-best-spent-6-minutes/, and there are many CSS tutorials out there. What’s useful about Firebug is that you can test out your CSS changes in the browser, instead of having to go back and forth between your custom CSS plugin and your actual site.

    Thread Starter elenaselvi

    (@elenaselvi)

    thank you!

    Hey Elena and Stephen,

    I am rathe inexperienced in WordPress, and totally new to Felicity. Are there any sources of information and guides I can finde to ease my suffer of not knowing how to handle the theme to build my website? Thanks a lot for help, I really need it! 🙂

    Best regards, Kateryna

    Hi there,

    i am using felicity theme on my website http://www.propknack.com/blog

    and facing problem in rigt side bar google adsense as google ad show yellow border please help me to get out of this yello border.

    Thank you ..!!!!!!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘feature colors’ is closed to new replies.