Home › Forums › Jevelin Theme › menu
Home › Forums › Jevelin Theme › menu
Hello,
http://www.blueebeecreation.com/bet2
please for the menu how i can make the social media icon in the menu bar to be color:#0095cf;
and if it’s possible to make the menu item to be align bottom with the logo not center or any code to make menu somehow not center like -10px or any px ( should try it to know the exact px)
Hi @bluebee,
I hope you are well today and thank you for your question.
We can try achieving this developing custom CSS code.
Your shared site is not accessible and displaying me the error “This site can’t be reached” so could you please make it accessible so that I can help you?
Best regards,
Shufflehound team
http://www.bluebeecreation.com/beta2
thanks for your reply
just to re-brief it
i only want to change color of social media (:#0095cf;) to be blue and menu item black
also how to make menu item ( like home .. bigger font )
and last thing how to play with the margin and align of the menu item
for example to make the align top or bottom or even align center with -10px ; etc
i only want to change color of social media (:#0095cf;) to be blue and menu item black
You can achieve it by adding 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
.sh-nav li.menu-item.sh-nav-special i { color: #0095cf !Important; }
also how to make menu item ( like home .. bigger font )
You can change its font size from theme styling settings as shown in the attached screenshots.
and last thing how to play with the margin and align of the menu item
for example to make the align top or bottom or even align center with -10px ; etc
To achieve this you can use below CSS code and change its padding value.
.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a { padding-top: 30px; padding-bottom: 30px; }