• Resolved dcmgraphix

    (@dcmgraphix)


    The Balloons theme does not support a MENU so I’m wondering how readers can get back to HOME after going to different PAGES. How can I get them back to the HOME page?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Add a menu?

    Add a link back to home in the header? or on each page?

    Thread Starter dcmgraphix

    (@dcmgraphix)

    https://www.debramalone.com
    I know how to add pages but no how to make a HOME page for folks to click on to take them back the main page

    I assume you mean a link to get back to the main page – add this to wherever you want that to show up:

    <a href="https://www.debramalone.com" title="go home" class="gohome">Go Home</a>

    Then you can use the class to add CSS to your style.css file to style the link:

    .gohome {
       styles here;
    }

    Thread Starter dcmgraphix

    (@dcmgraphix)

    Thank you so much! I can’t tell you how new I am too this . . .
    Way too new . .
    So I’m not sure where to put what you’re talking about . .
    I’m trying to familiarize myself with everything in the Dashboard, Appearances, etc.
    I’ve not yet seen the tutorial for the Edit CSS; will watch now . . .

    Where you put it depends on where you want the link to show up – I have no idea about that.

    Thread Starter dcmgraphix

    (@dcmgraphix)

    Oh my goodness!!!! I put it right at the beginning of my ABOUT ME page and THERE IT IS!!!!
    I finally did something that worked!
    Can’t thank you enough.
    If you want to see something special . . .
    Check out the World Down Syndrome Day post . . . only my second post EVAH!
    Thanks again!

    LOL – amazing!! Good going. And nice post too :). Once you learn a bit of CSS, you can style that to look however you want.

    Thread Starter dcmgraphix

    (@dcmgraphix)

    I’m on a roll now . . .
    This is the small breakthrough I needed to keep from being so frustrated with something that so simple for most . . .
    Not bad for an old lady
    ??
    I love that we can now “Mark this topic as resolved”

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Getting HOME in Balloons Theme’ is closed to new replies.