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)?
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
Thank you!
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