[Resolved] Change Underline Color Line Only

Home Forums Support [Resolved] Change Underline Color Line Only

Home Forums Support Change Underline Color Line Only

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1337219
    Franklin

    Hi,

    I would like to have the color of the underline to be yellow. And not the complete text on hover.
    https://wearholic.com/

    I have tried the following but it doesn’t work.

    .wp-show-posts-entry-title:hover{
    text-decoration:underline;
    text-decoration-color: yellow !important;

    }

    #1337236
    David
    Staff
    Customer Support

    Hi there,

    try this CSS instead:

    .wp-show-posts-entry-title:hover a {
        border-bottom: 1px solid yellow;
    }
    #1339774
    Franklin

    thanks David.

    How to get the menu items to be displayed at the top right instead of the center.

    https://wearholic.com/

    Please check I’ve added 2 items in the menu.

    #1339943
    David
    Staff
    Customer Support

    The site library import added this CSS to the Customizer > Additional CSS:

    .main-navigation .main-nav {
        text-align: center;
    }

    Remove that

    #1341038
    Franklin

    Thanks David!!!

    #1341291
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.