red spot in menu in header

Home Forums Gillion Theme red spot in menu in header

Home Forums Gillion Theme red spot in menu in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • krenek
    Participant

    How you setup red spot in menu?
    thank you

    Hi @krenek,

     

    I hope you are well today and thank you for your question.

     

    I am not sure which red spot you are referring to so could you please share the screenshot of it?

     

    Best regards,
    Shufflehound team

    krenek
    Participant

    Hi  a spoke about this

    Attachments:
    You must be logged in to view attached files.

    To achieve this, please add the below code in the navigation label as shown in the attached screenshot.

     

    <i class="nav-new"></i>

     

    Then add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    body i.nav-new {
        width: 6px;
        height: 6px;
        background: #f63a4c;
        display: inline-block;
        border-radius: 10px;
        top: -7px;
        position: relative;
        margin-left: -3px;
    }
    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)