Color for background slider on main page and headers on subpages

Discussion in 'Traffica WordPress Theme' started by monicag, Feb 18, 2014.

  1. monicag

    monicag New Member

    Joined:
    Jul 8, 2013
    Messages:
    3
    Likes Received:
    0
    Hello,

    How do I do 3 things:
    (1) make the header where my logo is much smaller because it is taking up a lot of room.?
    (2) make the background of the slider a color other than gray?
    (3) change the color/image of the header in the sub-pages that currently has bubbles in it?

    Thank you! For your reference, my site is http://www.nonprofitwell.org/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Your website link is not working at our side.
    Could you please resend the correct website link so that we can provide you correct solution.

    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slider_container {
    background: red;
    }
     
    In place "red" you can put your color or color code.

    3. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page_heading_container {
    background: red;
    } 
    In place "red" you can put your color or color code.
     
  3. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    In place of "red" I tried to add the html code for a colour... it didn't work.. is there a way I can make it work?

    Kind regards,
    Jo
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Jo,

    Could you please provide us URL of your website along with some edited screenshot so that we can assist you accordingly?

    Thanks,
    Praveen
     

Share This Page