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

    Thanks for this great Theme…

    I jad jobs link in main menu with a .jobs-menu css, to show the number, but I moved my jobs link from my main menu to my secondary menu at the top, but the circled number doesn`t show.
    I oved iot back and it works, is it possible have it at the top(secondary menu)?

    #600504

    Hi LeonNiel!

    Can you please post the link to your website?

    Regards,
    Yigit

    #602897

    I

    #602985

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .jobs-menu > a {
        top: -3px;
        position: relative;
    }
    
    .jobs-menu > a:after {
        content: "1";
        font-size: 9px;
        color: #FFF;
        background: #42A0BD;
        line-height: 17px;
        width: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 100px;
        position: relative;
        top: -9px;
        left: 2px;
    }

    Regards,
    Yigit

    #603142

    Thank you!

    #603144

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Jobs number above .jobs-menu’ is closed to new replies.