Hi!
how can I change the “line border” of the menu? I want replace it with same small dots.
Thank you
Paolo
This topic has 13 replies, 4 voices, and was last updated 10 years, 2 months ago ago by Jack Richardson
Hi!
how can I change the “line border” of the menu? I want replace it with same small dots.
Thank you
Paolo
Hello,
Please try to add the following code in custom.css file.
.main-nav,
.main-nav .double-border{
border-top: 1px dotted #dbdbdb;
border-bottom: 1px dotted #dbdbdb;
}
Regards,
Robert Hall.
Thank you Robert,
probably I did something wrong because it doesnt work 🙁
I’m using a child theme so, I pasted thhe code you gave me on the style.css in the child directory but it doesnt work 🙁
how can i fix it?
if you need to login see bellow details
thank you
Paolo
Hello,
You have this code in child style.css:
eight: 1;
}
I’ve commented it and the changes are visible now.
Regards,
Eva Kemp.
Thank you Eva!
you made my day!:) surely it was a “paste” mistake
a last question: is it possible have a single line instead of a double line of dots?
kind regards
Paolo
Hi Eva,
I dont know what happened, but cheking now from home I cannot see the modification (safari/chrome/firefox) 🙁
please let me know
thank you
Paolo
Hello,
I’ve commented the code define('W3TC_EDGE_MODE', true); // Added by W3 Total Cache in your wp-config.php file. Please clear browser cache and check your site now.
Best regards,
Jack Richardson.
Thank you Jack!
now it is working, almost working ..
I mean that the top and bottom line and not aligned.
there is any way to do the dots loading an image and not throught CSS?
thank you
kind regards
Paolo
Hello,
Try to decrease the code for border to 5px instead of 7px, and check it after that.
Regards,
Eva Kemp.
Hi,
there is any way to do the dots loading an image and not throught CSS?
thank you
Paolo
Hello,
Unfortunately there is no such possibility. Sorry.
Best regards,
Jack Richardson.
Thank You Jack 🙁
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘main menu border’' has been successfully resolved, and the topic is now closed for further responses