Header and Footer Issues

Hi guys!

I have a couple of issues.

  1. I followed the tutorials here How to Add Widgets to WordPress Theme’s Footer to add footer widgets on my website and it worked fine. However, how do I include that line underneath the widget title (see the attachment).

  2. I also followed the thread here on adding social media icons to the header for some reason it isn’t showing up in mine.

Can you please advise?

Thank you!

Simi

Hi Simi,

I hope you are well today and thank you for your questions.

1. I followed the tutorials here How to Add Widgets to WordPress Theme’s Footer to add footer widgets on my website and it worked fine. However, how do I include that line underneath the widget title (see the attachment).

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

2. I also followed the thread here on adding social media icons to the header for some reason it isn’t showing up in mine.

Can you please advise?

To help us keep support thread separates could you please create new thread for each of your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Best Regards,
Movin

Hi Movin,

Thank you for your prompt response

I would create a new thread for the second question.

However, the site isn’t up at the moment as I am still designing it.

How do we go about it?

Many Thanks

Simi

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


.widget-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background: #a161bf;
}