change background

Discussion in 'Traffica WordPress Theme' started by shwebb1523, May 26, 2017.

Thread Status:
Not open for further replies.
  1. shwebb1523

    shwebb1523 New Member

    Joined:
    May 13, 2017
    Messages:
    25
    Likes Received:
    0
    I want to change the background for the area I have circled in the photo.
    custom css for this would be great.
    Thanks![​IMG]
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    For this, you need to paste the below custom CSS code in the Custom CSS field located under Dashboard->InkThemes->Theme Options->Styling Settings
    Code:
    .page_heading_container {
        background: #ffefef;
    }
    Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. shwebb1523

    shwebb1523 New Member

    Joined:
    May 13, 2017
    Messages:
    25
    Likes Received:
    0
    Thank you for this. If I want to use a dark color in that area is there css to change the page title that shows in that area to Bold and white color?
     
  4. nitin

    nitin Guest

    Hi,

    Hope you are doing good...!

    To make the required changes, just use the custom CSS code given below:-

    Code:
    .page_heading_container .page_heading_content h1 {
        font-weight: bold;
        color: #fff;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. shwebb1523

    shwebb1523 New Member

    Joined:
    May 13, 2017
    Messages:
    25
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page