Color change

Home Forums SKT Black/White Theme Support Color change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30742
    MeghaMegha
    Member
    • Topics: 8
    • Replies: 6
    • Total: 14
    Member since: April 15, 2016

    Hello Support Team,

    I have few questions which I am not able to get answer. Please help me in that.
    (1) How to change font color of Tagline ?
    (2) I created my “Primary Menu” Font color as black. But I want to edit sub menu color as White. Which comes under Main Menu dropdown. (ex: Product is main menu and laptop, Desktop etc are submenu items).
    (3) Instead of “Select background color for header” can we put image in background of Header (Header where logo, Menu appears)?

    #30846
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi Megha,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    .logo span.tagline{ color:#000000;}
    .header .header-inner .nav ul li ul li a{color:#ffffff !important;}
    .header .header-inner .nav ul li ul li a:hover{color:#ff8a00 !important;}

    You can put background image to header with the help of CSS.

    Regards,
    Brad

    #30866
    MeghaMegha
    Member
    • Topics: 8
    • Replies: 6
    • Total: 14
    Member since: April 15, 2016

    Hello there,

    Thank you so much for your Reply.
    Now it works Perfectly.

    Can you give me css to change background of Header?

    Thanks.

    #30871
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30643
    • Total: 30643
    Member since: August 16, 2013

    Hi Megha,

    Add this code in custom css box:

    .header{background:url(“IMAGE PATH HERE”) !important;}

    Regards,
    Brad

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.