Hi,
Can you help?
For the following site http://leesilsbyrx.com
1) How can I make the sidebar menu bold?
2) How can I indent the subcategories on that menu (which appear when you hover over them)? The subcategories should only be indented, but not bold.
Thanks a lot!
Customize font on sidebar menu
4 posts from 3 voices-
Posted 1 year ago #
-
Hi,
Kindly add this code to your Quick CSS or custom.css:
.dcjq-parent {
font-weight: bold;
}
.dcjq-accordion ul li ul {
text-indent: 10px;
}Just adjust the text-indent value. Hope this helps. :)
Best Regards,
IsmaelPosted 1 year ago # -
Great. Thanks a lot!
Now, one more question: How can I change the color of the text of the main sidebar menu and the subcategories?
I tried adding color-profile:black to the code but it didn't work.
Thanks!
Posted 1 year ago # -
Hi!
You can add
#menu-sidebar-menu a{ color: #FF0099; }If you want it to be black you can change FF0099 to 000000.
Best regards,
ChrisPosted 1 year ago #
Reply
You must log in to post.














