Houjou
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Define a different class of /Indeed! Thank you very much, catacaustic! 🙂
Forum: Fixing WordPress
In reply to: Define a different class of /TL;DR: How do I set up a
ulclass to obtain the same result so that I don’t have to use aliclass?Thank you.
Ever since I got it to work and realized I’d have to manually add the class every time, I thought giving a class to every
ulinstead of everyliwould save me some time (now and in the future).At first, I had:
ul li.special { list-style-type: none; background: #f5f5f5; padding: 20px; margin: 5px 0 5px 0 }(which works perfectly! but requires me to change every single
liof the post!)Then I tried to obtain the same result by changing the
ulas follows:ul.special { list-style-type: none; background: #f5f5f5; padding: 20px; } ul.special li { margin: 0 0 5px; }However, now the different
lielements do not have a (white) space between them (between the grey-background elements).Do you think there is an easy way to solve this? I will stop using your time after this extra question, I promise 🙂
Forum: Fixing WordPress
In reply to: Define a different class of /Thank you for your answer. I now see how I failed asking the question properly.
I meant that I am using both the “normal”
liand the modifiedliin posts, sometimes one inside another, thus I wondered if there was an easy way to visually select a bunch of text and make it “li.special” as easy as I can select a bunch of text and make it “li”.Forum: Fixing WordPress
In reply to: How to edit my website (Onetone Theme)What other options do you have under “Appearance” besides “Editor”?
Normally, “Customizer” is a visual way to edit some features of the design; but you’ll need to manually edit the theme files in “Editor” if you want to make less superficial changes to the theme.
Forum: Fixing WordPress
In reply to: Define a different class of /That did it, thank you, catacaustic! With some added padding, my lists now look exactly as I intended!
Do you think there is a better way to then use the special class of li while writing posts and pages, without having to add the class manually via the html of the post? I guess there is no easier way, unless I go and write a plugin.
In any case, thank you so much 😉
(I’ll leave this open in case someone has a quick answer to my follow-up question, and then mark the topic as resolved later tonight)