This topic has 3 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #76103
     mpiroh
    Participant

    Hi,

    Please see attached screenshot for more detailed info. I’m trying to remove blue line above main menu and below top menu but I’m unable to do so by modifying default SweetDate options. How do I accomplish this? Also, is it possible to set different color of the text in top menu as the text using the same colors as buttons, is not visible on the black background.

    Thank you

    #76244
     Laura
    Moderator

    Hello, please add this to your style.css in child theme, this will delete the blue line.

    COPY CODE
    
    .top-links {
        border-bottom: none !important;
    }
    

    For the text, can you share a link?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #76483
     mpiroh
    Participant

    Thanks for that! Problem solved 🙂 Please have a look at the screenshot to see in which area I would prefer to have different text color.

    Thank you

    #76863
     Laura
    Moderator

    Hello, just add this to style.css of child theme 🙂

    COPY CODE
    
    .top-links {
        color: white !important;
    }
    .top-links a {
        color: white !important;
    }
    .top-links a:before {
        color: white;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?