• Newbee question –
    I am using the twenty eleven theme. My blog is sales-getters.com/blog
    I want to put a little graphic with a hyperlink, on the top right above the subscribe widget, that directs someone to my web site. I cannot figure out how to do that. Do I need a special widget? if so, can you please tell me what it is called? Thank you. For anyone that gives me advice I will send a free, personalized copy of my book. It’s at https://www.training.sales-getters.com

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • First upload your image in Media Library. Copy that URL for it.

    Go to Widgets
    Select Text and drag it over where you want to go.

    Now put in the html like…

    <a href="https://www.training.sales-getters.com"><img src="what you copied" /></a>

    Thread Starter salesgetters

    (@salesgetters)

    Worked great.
    Thank you. Would you like me to email you a copy?

    Thread Starter salesgetters

    (@salesgetters)

    Would you know how to control the font size, color, etc of the Title’s in the widgets. My are kind of a bland gray, and get turned into all caps.
    Thank you again.

    You will have to edit your style.css for this…
    Just add the following code (at the end)

    .widget-title {
    color: #ff0000;
    text-transform: capitalize;
    }

    This will change the color to Red and will remove the All-Caps feature.
    Thanks

    Thread Starter salesgetters

    (@salesgetters)

    Thank you orpatech. I am guessing if I want to change the font size or bold, I just add that there as well?
    Would you like a copy of the book, as I promised?

    yes add
    font-weight:bold;
    font-size:25px;

    And yes i wont mind a copy… may be my sales man can get find it useful ??

    Thanks,

    Thread Starter salesgetters

    (@salesgetters)

    I will send it today. What is your email address?

    [ email redacted ] ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Adding a picture/link widget in my blog’ is closed to new replies.