Header Section

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Jan 30, 2015.

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

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    How do I control the color of the header section in the page or post?
    I mean the area in red in the screen shot below. Kindly provide the css to change that section to a different color (red for example).

    In v1.1.5, I was able to change the header color by itself. Now, that area has the same color as the page background and I'd like to give it a different color than the rest of the page.

    I look forward to your update.
    Thanks,
    Mike

    Header Section.png
     
  2. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header {
      background: rgb(214, 133, 42);
      margin-top: -30px;
    }
    
    Thanks & Regards
    Pramod
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thank you very much!
     
  4. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Pramod,

    I noticed the header section, which you just gave me the css for doesn't align with the page (white section) below it.
    The screen shot shows those spaces in red circles. It is not a lot, but a probably 2 pixels wills resolve the issue.

    URL to page: http://sooqforyou.com/uat/إكس-لنس/

    Please see image:

    Page Alignment with Header.png



    Please assist.

    Thanks,
    Mike
     
  5. praveen

    praveen Support Staff

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

    We have checked your website and doesn't find the issue that you have mentioned.
    See screenshot.
    header_issue.png

    Thanks,
    Praveen
     
  6. Pramod

    Pramod Guest

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

    I have fixed your issue please have a look.

    Thanks & Regard
    Pramod
     
  7. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thanks Pramod, you fixed a whole bunch of issues. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page