Home Page Heading and Page Heading Styles Change

Discussion in 'BlackBird WordPress Theme' started by ejpand1, Nov 29, 2012.

  1. ejpand1

    ejpand1 New Member

    Joined:
    Jul 1, 2012
    Messages:
    12
    Likes Received:
    0
    Hello:

    Good regards to you. RE: Blackbird Responsive Pro. Two things I would appreciate help with please.
    Site Reference: http://funstuffreno.ocm

    - I would like to change the color of the Home Page Heading Text per the them options. At present it is blue. I would like to change it to red.

    - Also, I believe it is individual Page Headings have some sort of effect that makes them look fuzzy to people. It appears to be that the font is blue with a white edge to it. I would like to remove the edge styling from the font.

    Can these be done in the Custom CSS box within Styling Options?

    Thank you,
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-heading h1{
    text-shadow:none!important;
    }
    .content h1{
    color:red!important;
    }
     
  3. ejpand1

    ejpand1 New Member

    Joined:
    Jul 1, 2012
    Messages:
    12
    Likes Received:
    0
    Thank you Gourav-much appreciated. By the way, is there an outline anywhere of the page divs etc. so we don't have to bother you for simple changes like this?
     

Share This Page