Hello,
i followed instructions here to change only one button background and font color but i can’t figure out why it’s not working, what im i doing wrong ?
Hello @Lyser,
Thanks for writing to us.
I checked your site URL it seems that you have added a custom class(‘reserv’) to the menu item. I would suggest you please add this custom CSS code to the Navigation inline element —>Customize —>Element CSS.
$el.x-menu-inline li.reserv.menu-item .x-anchor .x-anchor-content span.x-anchor-text-primary {
color: #FFC107;
}
$el.x-menu-inline li.reserv.menu-item .x-anchor .x-anchor-content {
background-color: #AB8A61;
}
Please feel free to change the color code as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps
Thanks
Perfect, thx you !
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.