• Resolved lastephanieee

    (@lastephanieee)


    Hello, I have a problem with the elements in the menu section, I don’t want them to have any color underlining (in my case blue, green, orange and others), but when I hover on them I want the particular category to be underlined with white color. I can’t find anything in the css file which would help me solve the problem.

    Thank you in advance for your help.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter lastephanieee

    (@lastephanieee)

    Also I have another question for the posts in the main section, how can I limit the number of posts that are shown in the main section?

    Thanks ??

    Hello,
    Please add this below CSS codes on Appearance > customize > additional CSS,

    .main-navigation ul li:nth-child(7n+1):after {
        display: none;
    }
    .main-navigation ul li:nth-child(7n+2):after {
       display: none;
    }
    .main-navigation ul li:nth-child(7n+3):after {
       display: none;
    }
    .main-navigation ul li:nth-child(7n+4):after {
        display: none;
    }
    .main-navigation ul li:nth-child(7n+5):after {
        display: none;
    }
    .main-navigation ul li:nth-child(7n+6):after {
        display: none;
    }

    For selecting the number of post, we have added features in the premium version.
    If you are referring the blog listing, then go to Settings > Reading from your dashboard and change the number.

    Thank you

    Thread Starter lastephanieee

    (@lastephanieee)

    Thank you for the fast answer. The elements are not underlined anymore, but how can I change it, when I hover an element, to be underlined with some color?
    Also, I wanted to ask, if there is a possibility for sharing the posts on social media and if there is, how can I do it?

    Hi
    To add the underline with the same color, theme customization is necessary.

    And to share the post in the social media, you need to install Social sharing plugins. It helps you.

    Thank you

    Thread Starter lastephanieee

    (@lastephanieee)

    Thank you, it solved all the problems.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hiding the underline of element’ is closed to new replies.