I am manually attempting to add a border element to the menu items in your theme, but the theme rejects these attempts. The class combo .nav_type_1 ul li a lets me change the padding and the margin of the menu elements, but for whatever reason, no matter what color or thickness I attempt, no border will ever become visible with the same settings. Could you help me in this matter?
Unfortunately, I have tried the !important tag, and it has made no difference. Like I said, .nav_type_1 ul li a allows the modification of padding and margin, but for some reason not of the border, no matter what. I was hoping that there was a documented reason for this behaviour...
Never mind; the problem was at my end, though I still don't understand the exact cause. For some reason the cache for the page wasn't letting the site update concerning the border, even though it did change the other properties, until I realised that I just had to make a hard reset with Ctrl-f5. Now I see the full changes, including the border that I made.
Hello!
I am manually attempting to add a border element to the menu items in your theme, but the theme rejects these attempts. The class combo .nav_type_1 ul li a lets me change the padding and the margin of the menu elements, but for whatever reason, no matter what color or thickness I attempt, no border will ever become visible with the same settings. Could you help me in this matter?
Thank you!
Hello Alex,
Try to use !important
.theclass { border: 1px solid #000 !important ; }
change .theclass and the css settings to the one you want to use, make sure to put
!important
before the ;
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Unfortunately, I have tried the !important tag, and it has made no difference. Like I said, .nav_type_1 ul li a allows the modification of padding and margin, but for some reason not of the border, no matter what. I was hoping that there was a documented reason for this behaviour...
Hello Alex,
If you can send us a link to your page and also give us a screenshot of where you want to add a border it would be nice, our dev team will check asap.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Never mind; the problem was at my end, though I still don't understand the exact cause. For some reason the cache for the page wasn't letting the site update concerning the border, even though it did change the other properties, until I realised that I just had to make a hard reset with Ctrl-f5. Now I see the full changes, including the border that I made.
Hello Alex,
Glad to hear that you have been able to fix the problem!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme