• Hi!

    I need some help with my about me widget that is included in the theme. These adjustments were already there before some update a while ago and then my whole widget disappeared for a while. Now I need help to make these adjustments again.

    What I want to do is to add a space between parts of the text. How do I make that space?

    I also want to add a link in the text that goes to my about me page. How can I do that?

    Best regards
    Ann

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello Ann,

    1. For the text space, try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .oceanwp-about-me-text.clr {
        letter-spacing: 0.5px;
    }

    PS- Change the letter-spacing value in the above code according to need.

    2. For linking the Text, go to Appearance > Customize > Widget, go to the About us widget and use the anchor tag around the texts.
    Here you can see an example:

    <a href="https://www.ayoungerskin.com/anti-aging-natural-beauty-blog/">I'm a 41-year-old nutritionist</a> with a huge passion for skincare and anti aging. In this blog, I'll share all my tips and trix on how to keep healthy youthful skin for longer. Without using botox, fillers, and plastic surgery.

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Thank you so much!

    1) I was meaning a space to show a new paragraph though ?? Sorry if I was not clear!

    2) Oh ok, not sure if I understand correctly. Let’s say I want a specific word to link to my about-me-page. How would that look like?

    Hello,

    1. Go to Appearance > Widget, and try the <br> tag for a new paragraph.

    If you are still looking for something else, please share snapshots that you want to achieve.

    2. That is what I told you. Have you tried that?
    If you could tell me that after which text clicking you want to redirect to the about page, so I can try to be more specific.

    Thread Starter ayoungerskin

    (@ayoungerskin)

    1) Awesome, that is what I was looking for ?? Thank you!

    2) Ok, sorry for being unclear. So I want to have a text that says “if you want to get to know me better, click here” And that the word “here” is a hyperlink to my about me page ??

    Best regards
    Ann

    Hello,

    Good to know that the first issue has been fixed.

    Please go to Appearance > Widget, and add the below text in the about widget, and check.

    If you want to get to know me better, click <a href="https://www.ayoungerskin.com/anti-aging-natural-beauty-blog/">here</a>

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Perfect! Thank you so much!

    Just one more thing. If I want the hyperlink to also be underlined, how can I have that happen? ??

    Hello,

    You are most welcome.

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    #ocean_about_me-2 .oceanwp-about-me-text a {
        text-decoration: underline;
    }
    Thread Starter ayoungerskin

    (@ayoungerskin)

    Thank you that fixed it ??

    You are most welcome and Glad to hear that issue has been fixed. ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘adjustments to my about me widget’ is closed to new replies.