Page, Sidebar and Footer Titles AND Contact Us

Home Forums SKT Full Width Forum Page, Sidebar and Footer Titles AND Contact Us

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38442
    DominiqueDominique
    Member
    • Topics: 13
    • Replies: 11
    • Total: 24
    Member since: May 10, 2016

    Hi,

    Three quick questions:

    1) How can I remove the padding above the page titles?

    2) How can I change the colour of the sidebar and footer widget titles?

    3) How can I change the colour of the contact us text without changing the body text colour?

    We have changed the content area to white and it’s created some colour issues!

    Unfortunately I can’t send you the URL as it’s being hosted internally at the moment.

    Thank you

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

    Hi Dominique,

    1) How can I remove the padding above the page titles?

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

    Add this code there:

    h2#page-title, .archive h1.page-title, .page h1.entry-title{padding:0 !important;}
    .widget{margin:1em 0 1.5em !important;}

    2) How can I change the colour of the sidebar and footer widget titles?

    Add this code in Custom CSS Box:

    h2.widget-title{color:#606266 !important;}
    #colophon h2{color:#606266 !important;}

    3) How can I change the colour of the contact us text without changing the body text colour?

    Without the website URL i can not help you on this issue.

    Regards,
    Dave

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