I changed the page heading container

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 19, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    See attachment:

    I changed the page heading container into green. But now there is still a little grey spot as you can see under home. Can I also change that part of grey into green?

    Thank you.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    You cannot make change in its color you can remove them.
    Paste the code given below in Custom CSS section to remove them.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_heading_container .page_heading_content .bred-tip {
    display: none;
    }
    Thanks & Regards
    Pramod
     

Share This Page