• HI
    I am currently working with the fashionista theme and I noticed at the end of my blog post underneath the text that says PREVIOUS ARTICLE there is a solid black box that is covering the text and it is making it unreadable. Is there a way to not have that box be black? It seems to be linked to the “Main Color” option in my customizer.

    You can see this if you click the “continue reading” option under my first blog post.

    link is: dev.mytwodesignersblog.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try by adding the below CSS code

    .site-content [class*="navigation"] a {
    background: violet !important;
    }

    If not work, let me know.
    Note: Child theme is recommended to customize theme.
    Thanks

    Thread Starter bethann333

    (@bethann333)

    HI, It did not work. I did paste the other code you sent me for a different issue using the simple css plug in. So I went back to the same area and pasted this code below it. Was that not the correct thing to do?

    Also, if I installed the simple css plug in but then I decide to install the child theme, should I then deactivate the simple css plug in and add the two html codes you sent in the child link instead?

    Please advise? Thank you

    Thread Starter bethann333

    (@bethann333)

    HI, Just wanted to tell you again that the css code above did not work, The black box is still showing unless I hover over it with my mouse. You can see what i mean at dev.mytwodesignersblog.com Thanks, Beth

    Sorry for the late reply. Please add the below CSS code. It may work for you.

    .nav-previous a {
        background: none !important;
    }

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I get rid of black box covering my previous article text’ is closed to new replies.