Content links not showing

hello support, on my site posts, I have linked my sources but they are are not showing once published. but the linked images are ok. what should I do?

Hi,

Is this the site you are referring to?

https://healthsalmon.com

I checked and can see links showing up in your content

If you wouldn’t mind providing us with a little more clarification (perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

Thanks

Sorry for that. how can i increase the font size of my footer. the texts look so tiny. thanks

Hello There,

To increase the font size, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

/* for the footer text */
.x-colophon.bottom{
    font-size: 18px;
}

/* for the social icons */
.x-colophon.bottom .x-social-global a {
    font-size: 22px;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.