View Single Post
  #2  
Old 11-01-2019, 12:12 PM
 
Ian Goodnight Ian Goodnight is offline
    
Join Date: Nov 2019
Posts: 1
 

Default Re: Navigation Bar Modifications

You could try copying the CSS selector using the inspection tools provided by chrome. Ctrl+Shift+C will open the Element inspector. Click on the element you want to apply custom styles to and you will see it highlighted in the HTML shown in your inspection console. If you right-click the element that was highlighted in your console, you have the option to "copy selector" which you can then paste into your custom CSS to apply your rules. Keep in mind that the selector provided will be super specific, so you may need to tweak it. (ie: changing #top-main-menu-with-hor-fly-cats > li:nth-child(9) > a > span to #top-main-menu-with-hor-fly-cats > li > a > span.
__________________
X-Cart 5.4.0.6

X-Cart 5 Ultimate
Reply With Quote