- Dakota09
- Commercial Templates
- Monday, 25 December 2023
- Subscribe via email
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!
Screenshot doesn't help, because you have to play with browser devtools. Anyway, I'm afraid that I can't help. This is a task for Ciaran.
- more than a month ago
- Commercial Templates
- # 5
Hi,
try this one. Add it to your customs css of your template.
ul.star li {
background: transparent url("../images/typo/star.png" left top 14px no-repeat;
}
Insert instead of the emoji a bracket. No Idea why a emoji appears here...
Werner
try this one. Add it to your customs css of your template.
ul.star li {
background: transparent url("../images/typo/star.png" left top 14px no-repeat;
}
Insert instead of the emoji a bracket. No Idea why a emoji appears here...
Werner
- more than a month ago
- Commercial Templates
- # 6
Thanks Werner! Here is the code I put in my Custom CSS in the template:
ul.star li {
background: transparent url("../images/typo/star.png" left top 14px no-repeat;
}
However, even after clearing cache and refreshing I am not seeing any change?
Thanks!
ul.star li {
background: transparent url("../images/typo/star.png" left top 14px no-repeat;
}
However, even after clearing cache and refreshing I am not seeing any change?
Thanks!
- more than a month ago
- Commercial Templates
- # 7
Try like this:
ul.star li {
background: transparent url("../images/typo/star.png") left top 14px no-repeat;
}
- more than a month ago
- Commercial Templates
- # 9
Or just...
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.
Ciaran
ul.star li {
background-position-y: 1rem;
}
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.
Ciaran
- more than a month ago
- Commercial Templates
- # 10
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!!
- more than a month ago
- Commercial Templates
- # 12
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
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;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 13
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
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 »