spuddie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashes/ Lines on websitefor more info go to this post
https://wordpress.org/support/topic/line-appear-above-h1-and-h2/Forum: Fixing WordPress
In reply to: Tonal Theme Input Box Color Help NeededHi Denizen,
When you are in your dashboard area go to the appearance > customise > additional css
then in the box on the bottom left corner add this css code:
input, select{ color: black !important; }That will force the inputted text and catergories select dropdown box to display black text.
hope it helps…..
Forum: Fixing WordPress
In reply to: Change view of Add New Page settingsHi Dreikaa,
Check out this link it shows you how to disable the gutenberg editor and use the classic editor in place of it
Hope it helps…..
Forum: Fixing WordPress
In reply to: Insert space between list of postsHi Parafux,
if you go to the admin dashboard on the left hand side you have the menu go to appearance > customise >additional css
Once you are there post this code into the box at the bottom left corner
#recent-posts-3 li { margin-bottom: 10px; }to increase or decrease space between the newsticker items just increase or decrease the margin-bottom number eg… 10px to 15px and vice versa
Hope that helps….