• I?have looked everywhere and can not find where to edit the text on the side bar below the Nav menu:

    “ABOUT THIS SITE

    This may be a good place to introduce yourself and your site or include some credits.
    FIND US

    Address
    123 Main Street
    New York, NY 10001

    Hours
    Monday–Friday: 9:00AM–5:00PM
    Saturday & Sunday: 11:00AM–3:00PM`”

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @powderpages,

    Those are widgets, which you can edit at Appearance → Widgets.

    — Anders

    Thread Starter powderpages

    (@powderpages)

    Hi Anders,

    Using Koji now for two sites, it’s great!!

    2 questions:

    1. How do I change the color of the text in the site title and tagline in the sidebar?

    2. How do I make the background of the pages transparent?

    https://pasturedproteins.com/home/

    Thanks!

    Theme Author Anders Norén

    (@anlino)

    Hi @powderpages ,

    Glad you like it! It seems like you have hidden the site title and tagline entirely right now. If you want to change their color with custom CSS, go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .site-title, .site-description { color: #ff0000; }

    To give the page background a little bit of transparency, add this:

    .single-container { background-color: rgba( 255, 255, 255, .95 ); }

    Let me know if that does it.

    — Anders

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Koji Theme sidebar info edit’ is closed to new replies.