Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097631

    bluetroop2
    Participant

    http://riverside.bluetroop.com/

    Do you see on the left-hand navigation bar, the text that goes long and creates two lines? (First Time & Returning Guests and Pre-Registration Form). The text is crowding and sitting right on top of each other with regard to line spacing. How can I adjust this in the global CSS?

    #1097637

    Rahul
    Moderator

    Hey There!

    Thank you for using the theme!

    Please add this on Customizer > Custom > CSS:

    body {
    line-height: 1.5em;
    }

    Adjust the line-height value if you want to decrease the paragraph spacing.

    I hope that helps!

    #1097795

    bluetroop2
    Participant

    This only affected the gray body copy on the page, not the yellow link text in the green navigation bar. How do I control that text?

    #1098141

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-navbar .desktop .x-nav > li > a > span {
        line-height: 1.8;
    }

    Thanks.

    #1098612

    bluetroop2
    Participant

    Yes, perfect. That was what I needed.

    #1098623

    Joao
    Moderator

    Glad to hear it.

    Let us know if you need help with anything else.

    Joao