• Hello,

    Is there a way to remove the black horizontal line on the Sidebar widget for theme Olsen Light?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi there @seashell88,
    you can add this

    .widget{
    border:none;
    }

    in your custom CSS box under Customize->Additional CSS

    Let me know if this worked for you.

    Thread Starter seashell88

    (@seashell88)

    Thank you for getting back to me!

    I entered code into CSS and, unfortunately, it did not remove the black line.

    This black line is part of the widget for an “A Weber Web Form”. Should I be reaching out to A Weber?

    Hi there,
    I am afraid I couldnt understand in which line are you referring to. Can you disable the maintenance plugin temporary so I can check this out?

    Thread Starter seashell88

    (@seashell88)

    Good Morning @markwaregr,

    Site’s maintenance plugin is disabled so you can view.

    See “Inspiration” and “Resources” pages to view black horizontal lines. These are connected to the A Weber Web Form.

    On “My Posts” pages the sidebar has the black horizontal line but the lines are given titles (ie “Archives).

    Thank you,

    Thread Starter seashell88

    (@seashell88)

    Let me add, @markwaregr,

    I am only trying to get rid of the black horizontal line attached to the A Weber Form.

    My Posts page the line is fine as it is “titled”.

    Thank you!

    Hi there,
    you can try this

    .page-id-911 .widget-title{
    display:none;
    }

    in your custom CSS box then. Let me know if this worked

    Thread Starter seashell88

    (@seashell88)

    Hello,

    Ok, the black line on “Resources” page is gone :)!

    The “Inspirations” page still has the black line. I am not sure how to identify the page ID for the Inspirations page to place the code if I am following correctly.

    Hi there,
    Actually this is not a black line, but a widget title. But a plugin is bypassing this. Now you can try this

    .page-id-XXX .widget-title{
    display:none;
    }

    where XXX is your page ID https://www.cssigniter.com/kb/how-to-find-the-post-id/
    and let me know if this helps.

    Thread Starter seashell88

    (@seashell88)

    Hi @markwaregr,

    It worked! We are in business. I appreciate your help and the learning you provided. Slowly, making my way with WordPress and theme Olsen Light.

    Have a great day!

    @seashell88 That’s great. Glad I could help. If you need additional help with anything, feel free to get in touch and I will be there for you within 24 hours.

    Also, we’d really appreciate if you could you take a minute and rate our theme/plugin at https://www.ads-software.com/support/view/theme-reviews/olsen-light. In order to provide a rating, you will need a www.ads-software.com account and it takes only a minute to create one by following this link https://login.www.ads-software.com/register

    lwong99

    (@lwong99)

    Hi! Can you change the color of the title bar?

    Hi @lwong99
    I strongly suggest creating new a thread with your issue, since hijacking into another thread might result in your issue beeing unanswered! Simply because it is not noticed easily. Add thi to change the color of the widget title

    .widget-title, .widget-title a{
    {
    color:red;
    }
    .widget-title{
    background:yellow;
    }

    in your custom CSS box under Customize-?Additional CSS, and replace
    red and yellow with colors of your preference.

    Let me know if this worked for you.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Black Horizontal Line – Sidebar Widget’ is closed to new replies.