Site logo

Archived topic

Add links in Footer/Footer Widget for resources and social networks

9 replies · Started by Alice on June 12, 2018

Viewing posts 1–10 of 10

With Premium 1.6.2, I created a footer and a footer widget, but don't know how to organize the layout in them to include

1. links to pages of resources
2. links to social network pages (Facebook, Twitter, etc)

I want to accomplish something like this example at https://www.qlik.com (scroll all the way to the bottom).

Hi to follow up on this thread

1. I have three text widgets in the footer widget. Is there a formatting tool for text widget? So far I have to change font and style in another tool and copy the result into GP text widgets.

2. The lightweight social icon plugin works.

My test site is at: http://webhost.datiphy.com/gptest/

The font is inheriting from Typography > Body.

The font size can be changed in Typography > Widgets > Content.

Let me know if this helps.

Does this mean in the footer widget there can be only one font size, unless I create different text widgets for different font size?

We can use CSS to set different size if you'd like.

For example:

.footer-widget-3 .widget {
    font-size: 20px;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

If you let me know the specific requirements you want for each widget I can provide the full code :)

For example, if I'd like to

Company Name (in 32px)
Address in US (20px)
email address (15px with blue color and underlined)
(add 1.5 line spacing)
phone number (15px)

How do I achieve such effect in the same footer widget text box?

Paul

Hmm that case you it might be better to just use HTML inline style:
https://www.w3schools.com/html/html_styles.asp

If you aren't comfortable writing HTML, it might actually be easier if you configure everything using the Visual editor in Edit Page or Edit Post screen, switch to text editor, copy and paste the code into the footer widget text widget.

Let me know if you need more info :)

Yes, copy/paste from visual editor result does sound easier. Which Edit Page is this? Is it part of WordPress or part of Elementor?

Part of WordPress.

Basically create a new page or new post :)

This archived topic is closed to new replies.