marieflamingo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change color of items of Ul / Ol listsThanks @sleeplessindc.
I was not clear in my request. But your information is very useful to know.
What I needed to do was to delete the grey borders in the lists. I achieve to find it out with that class in customized css:
.widget ul li {border: none}
<3
I’ll be happy to know the answer!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change color of items of Ul / Ol listsHi @sleeplessindc,
Thank you!
I’m not sure I understand well how to settle all this.
I have cleaned the style color and put this in the customized css :
.ul {list-style: none} .entry-content li::before { content: "•"; color: #98daf1; display: inline-block; width: 1em; } .ul li { border: 0px; padding: 0.2em 0; }[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
But it does not delete the gray border.
What did I did wrong?
Thanks
- This reply was modified 8 years, 12 months ago by bdbrown.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change color of items of Ul / Ol listsHi @sleeplessindc,
Thank you so much for you help! It’s the clearest explanation I’ve red! and it work perfectly.
Do you by chance know how to delete the gray lines on each line of the list?
Thank U!!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to add logo to Top menuHi @ganewbie 🙂
You can add the logo to the Top Menu Bar.
You need to create a new page, the in the Menu Customizer, you select, inside the page edit box, “hide” to hide the name of the page and then you upload an image inside.
hope this will help.