Tag Line

  • Author
    Posts
  • #78289
    jdmallon
    Power 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

    #78384
    Zed
    Cryout Creations mastermind

    Try 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.
    #78415
    jdmallon
    Power User

    Thank you,
    Would I put this in the child or parent?
    Where would I put it in the CSS?
    Thanks,
    John

    #78416
    jdmallon
    Power User

    Nevermind, 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

    #78418
    Zed
    Cryout Creations mastermind

    The 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.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Tag Line’ is closed to new replies.