cmingay

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Footer Widget Area Title and Text Font Color #24459
    cmingay
    Member

    The CSS to change footer widget text/title colour is not working for me.

    I am using this code with no changes:

    #footer .inner {
    color: #3f3f3f;
    }
    #sidebars-footer .widget-title {
    color: #dd3e3e;
    border-bottom: 1px solid #555557;
    }

    in reply to: Title Header Removal #20058
    cmingay
    Member

    I added

    header#title-area {
    padding: 0px !important;
    }

    while using the inspect element and it fixed the problem, but when putting in CSS is not working.

    in reply to: Title Header Removal #20053
    cmingay
    Member

    Thanks for the reply. I’ve tried the CSS and still having the issue. I went into “inspect element” and found when i changed the padding of the title area to 0 it fixed the issue.

    Is there any CSS which can make the padding to 0px in the title area?

    Thank you very much for the great support.

Viewing 3 posts - 1 through 3 (of 3 total)