-
AuthorPosts
-
January 19, 2016 at 8:09 pm #754020
Hi!
I have given a class to a menu item throught the wordpress menu class option.
My class is ”articles”.
Now, when I try to modify this menu item in the css panel using .articles {…} nothing happen.
Is there anything specific that must be done?
Thank you very much!
January 19, 2016 at 9:02 pm #754083Hi there,
Thanks for writing in! There might be something conflicting. Would you mind pointing out which elements is affected by that class and where it can be found. Also, please provide us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
January 19, 2016 at 9:20 pm #754119This reply has been marked as private.January 20, 2016 at 12:05 am #754318Hi there,
Thanks for writing back. I can see the class was added to the menu item correctly. Note the class will be added to the list item. If you want to style the menu item then you need to select the anchor (link) with that selector like below –
.x-navbar .articles a { color: #f54; font-size: 18px; }
So you can add your CSS like this under Custom > CSS in the Customizer.
Hope this helps.
Cheers!
January 20, 2016 at 7:32 am #754873Thank you very much this works!
January 20, 2016 at 8:17 am #754970Glad it worked 🙂
If you need anything else, please let us know.
-
AuthorPosts