-
AuthorPosts
-
June 4th, 2019 at 19:21 #78289jdmallonPower User
Hello,
I am new to wordpress and have been using the Nirvana Theme. I have tried to figure out how to change the tag line because it is hard to see on a PC, and impossible on mobile.
I tried changing the text settings which didn’t seem to help.
I went to Dr. Google and tried adding the CSS as instructed which didn’t seem to work either.
I would like to make the tagline more visible by increasing the size and/or making it bold. Any help would be appreciated.
Thanks,
John
Website: hishumbleservants.org
June 6th, 2019 at 20:45 #78384ZedCryout Creations mastermindTry the following CSS:
#site-description { font-weight: bold; background: rgba(0,0,0,0.3); padding: 0 0.3em; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.June 7th, 2019 at 19:04 #78415jdmallonPower UserThank you,
Would I put this in the child or parent?
Where would I put it in the CSS?
Thanks,
JohnJune 7th, 2019 at 19:08 #78416jdmallonPower UserNevermind, figured that out.
There seems to be a box around the tagline now though. If the box has to stay, that’s fine, otherwise, how can I get rid of the box around the text?
Thanks,
John
June 8th, 2019 at 18:23 #78418ZedCryout Creations mastermindThe background color and the padding create a semi-transparent dark rectangle behind the text (to make it easier to read over the image).
If you don’t like that, remove those two CSS lines.If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘Tag Line’ is closed to new replies.