Sidebar tabs (milestone)

  • Unknown's avatar

    Is there a way to get the black highlight box gone?
    Can you only have the tab on the main page rather then every page?
    Can you link a url so people can click that for more detailed info rather then telling them to click the tab above?

    here is the page I am referring to
    http://southshorewarriors.com/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    theme is adventure journal

  • Unknown's avatar

    Hi there, for the milestone widgets, o to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. You can edit the font color as desired. The background color is an RGB color trick specifying a color with full transparency.

    .milestone-header {
        background: rgba(0, 0, 0, 0);
        color: #000000;
    }

    On the link, I’m not sure I understand what you mean. Where would you want those links? You can add text or image links to text widgets and you can put them in post and page content.

  • Unknown's avatar

    thank you so much it worked!!!!
    as for the link what I want is in that milestone sidebar widget
    I would like to link a specific URL (page) there instead of typing the detailed info so that way people could click on link for detailed info instead of typing it all right there.

    so if you look right now it says “Free to players & Coaches @ New Tokyo Home Depot Drive Plymouth” I would like a link to a page that has all that info on it instead of having such a big box there.

  • Unknown's avatar

    You can add text links to the Message area using HTML, but alas that won’t show up till after the event (see last paragraph on support page: http://en.support.wordpress.com/widgets/milestone-widget/ ).

    I don’t know anyway to add a link though. I actually tried to see what would happen and it didn’t work.

  • The topic ‘Sidebar tabs (milestone)’ is closed to new replies.