Hello,
I have a bordered button in my header menu. How can I make the border only one pixel wide all the way around?
Thanks!
Hey Yigit,
Unfortunately, I’m building this using MAMP…is there a CSS solution maybe?
Thanks
Hi!
In that case, can you please post a screenshot and show the changes you would like to make. I am not sure if i understood clearly and wanted to check your menu. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-menu-button > a .avia-menu-text {
border-width: 1px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Regards,
Yigit
Hi Yigit,
Thanks very much, but that code didn’t do the trick. Any other ideas?
Hi!
It should have :/ Can you please try adding !important rule as following
.av-menu-button > a .avia-menu-text {
border-width: 1px !important;
}
Also, please make sure that > sign is not converted and flush browser cache and refresh your page a few times
Best regards,
Yigit
that did it, thanks!