• Resolved thisunscriptedlife

    (@thisunscriptedlife)


    I have two questions. ??

    1. How do I get rid of the colored dots in the menu bar?

    2. A white line is showing up at what was the bottom of the white rectangle in the middle of the featured image on the home page. How do I get rid of this white line?

    https://thisunscriptedlife.com

    Thank you so much!

    Lizzy

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter thisunscriptedlife

    (@thisunscriptedlife)

    Hello friends with Sela! Is anyone able to help me out with these issues? I would be most appreciative!

    Lizzy

    Thread Starter thisunscriptedlife

    (@thisunscriptedlife)

    Hello friends with Sela! Is anyone able to assist me with these issues? I would be most appreciative!

    Lizzy

    Moderator Kathryn Presner

    (@zoonini)

    Hi Lizzy, when you “bump” a thread by adding replies to it, you remove it from the list of unanswered posts, which many volunteers use to find questions needing assistance. In future please try to be patient rather than bumping your post. ??

    I will answer your questions below.

    Moderator Kathryn Presner

    (@zoonini)

    1. How do I get rid of the colored dots in the menu bar?

    This custom CSS should do it:

    .nav-menu > li > a::after {
        content: "";
    }

    If you’re already using a custom CSS plugin, you can add this to your CSS editor. If you aren’t, since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    Moderator Kathryn Presner

    (@zoonini)

    2. A white line is showing up at what was the bottom of the white rectangle in the middle of the featured image on the home page. How do I get rid of this white line?

    If you’re not using the “hero” box on the homepage, I’d suggest you remove it entirely by adding this to your custom CSS:

    .home .hero-container-outer {
      display: none;
    }

    That’ll remove the white line.

    Hi!

    I changed the standard white box on my Sela theme to black and partially transparent and changed my font color to white. It looks exactly how I want it except for this eye soar of a white line at the bottom of my nice black partially transparent box. Please tell me there is a way to get rid of this awkward white line. I would be SO grateful if anyone has any insight on this matter. I have seen people mention it before, but the only solution has been to remove the box and I want the box with my quote in it.

    See: https://www.achildofconservation.com

    Moderator Kathryn Presner

    (@zoonini)

    achildofconservation – these forums are for folks running the WordPress software on their own hosting. Please post over in the WordPress.com CSS Customization forum for help:

    https://en.forums.wordpress.com/forum/css-customization

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘white line across featured image on home page’ is closed to new replies.