Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7707
    iJON
    Member

    Hello again Sakin.

    I just really wanted to learn more about this thing. What will be my guide if I wanted to customize any parts of the theme? Where will I get the right “word” so I can make it the result that I wanted it to come out?

    Like this one:

    #main a.title:hover { color: #f9854a; }

    That is wrong because I cannot find the right word to call to make it the way I wanted it to be. “I wanted the title of the content when hovered over to change to that color..”

    Does every theme has different “words” to customized it?

     

    Thank you!

     

    #7723
    Sakin
    Keymaster

    @iJON: Yes every theme has different div id and classes. The css is controlled through ID and CSS. That is why always post your site URL when you ask question. I am giving you the following css supposing that you are using Simple Catch Free theme as you have used this forum.

    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
    `#main .entry-title a:hover { color: #f9854a; }`

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