• Hello I am trying to remove the lines on either side of my widget titles in my sidebar. I have deleted the following code from my style.css section, however the lines are still appearing. Any insights as to how I can fix this. Also is there a way I can make those widget titles appear in a box and increase their font size? Thank you very much for your assistance. My site is https://cookingwithchika.com

    @media(min-width:991px) {
    .widget-title {
    color: #000;
    display: inline-block;
    background: #fff;
    margin: auto;
    position: relative;
    padding: 10px;
    }
    aside {
    position: relative;
    text-align: center;
    }
    aside ul,
    aside p {
    text-align: left;
    }
    aside:before {
    background: #000;
    height: 1px;
    content: '';
    display: block;
    top: 46px;
    margin: auto;
    width: 196px;
    right: 0;
    left: 35px;
    padding: 0 25%;
    position: absolute;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there

    You will need to remove this code from all locations you have it. Please check under Customize->Additional CSS.

    Also make sure you dont have any plugin that accepts custom css and you might have this inside.

    Let me know if you need additional help with this.

    Thread Starter bdchika

    (@bdchika)

    Thank you for your response. That code was not in my Additional CSS section, just in the style.css section. It was in the ‘WP Custom CSS plugin” which I have now deleted, however the lines are still showing. Any other suggestions?

    As an aside, I have a pending question in the Kaneshon forum

    Thank you

    Hi there,

    have you resolved this I dont see these lines anymore?

    Thread Starter bdchika

    (@bdchika)

    Thank you…I just cleared my cache’s so I am seeing the change!

    Glad to hear you have resolved this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget Titles’ is closed to new replies.