Hello, I am building a new site using the J51 Journal template. On this page, https://nickles.us/test/supplier-terms-conditions, under part XV the bullets/stars are not top centered, but middle center. I think this can be corrected via updated CSS, but not quite sure how to remedy. Appreciate any assistance or guidance! Thanks!
If the issue persists, may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
One other question about this site/template if I may. I am having trouble in my attempts to change the font color in the main menu dropdowns. It looks like a gray, but want it to be a bright white (#FFFFFF). I looked in the CSS but could not figure it out. Thanks!!
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
#hornav ul ul li a,
#hornav ul ul li span {
color: #fff !important;
}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »