Support » Themes and Templates » Change site title color in Raindrops theme

  • christygn

    (@christygn)


    I would like to change the site title color on all pages. It is currently red and I cannot find anything in the Raindrops Options to change it. Please help. Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • nobita

    (@nobita)

    Hi christygn

    login and show blog home.

    blogname mouseover on Adminbar

    Please choose the customize from Liszt.

    Select colors

    Change the header text color you need.

    Thank you

    Thread Starter christygn

    (@christygn)

    Thank you for responding so quickly. Still not sure what menu option you are suggesting. We are not using blogs. These are static pages.

    nobita

    (@nobita)

    Theme customizer is below.

    http://your website url/wp-admin/customize.php

    Select ‘colors’

    And header text color change.

    Sorry poor at English.

    Thank you.

    Thread Starter christygn

    (@christygn)

    I now see where you are directing me, but the only choice I have for colors is Background Color. I do not have an option to change header text color.

    nobita

    (@nobita)

    Please add style.css last line below code.

    #site-title a span{
    	color:#fff;
    }

    Can you tell me Browser name?

    Thank you.

    Thread Starter christygn

    (@christygn)

    Sorry but still not working. I have used Google Chrome and IE9 for browsers.

    nobita

    (@nobita)

    Please try below rules

    .ie9 #site-title a span,
    .ie8 #site-title a span{
    	color:#fff;
    }

    or

    #site-title a span,
    #site-title a span{
    	color:#fff!important;
    }
    Thread Starter christygn

    (@christygn)

    Tried both codes and still no luck. I did get the drop down for Header text color but it did not change the site title color. This is the HTML source code I think it is referencing: <h2 class=”h2 entry-title”>Home</h2>

    Do I need to redefine the “h2 class” and if so where?

    Thanks for your patience and help.

    nobita

    (@nobita)

    <h2 class="h2 entry-title">Home</h2> is entry title.

    Do you want to chage entry-title ?

    if you want change ‘entry-titie’ then

    1. create a custom field name ‘css’

    2. value set below.

    .entry-title a{
      color:#fff;
    }

    above for each post style

    or

    #yui-main .entry-title a{
    	color:red!important;
    }

    above for all post style

    Thank you.

    Thread Starter christygn

    (@christygn)

    Thanks!! That worked perfectly.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Change site title color in Raindrops theme’ is closed to new replies.