Disable Instagram on Footer on Pages

Posted in: Newspaper
Post count: 23

Is it possible to remove the instagram widget that appears on the footer for pages, such as the About and Contact Us pages. Everything else, e.g. home, articles – i wish for it to stay.

thanks

Post count: 23312

Hello sportm,

You should use a custom CSS code that allows you to hide that element for that specific pages, using the page ID. To create your own CSS code, please check the following useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for your understanding!

Post count: 23

Hi

This worked but i have a related question.

I’m trying to change the color to #000000 (BLACK) but it isnt working.

The format of the element seems to be different.

Here is an image

I’m trying to change that cookie bar color to black.

Im not sure if it is the right class or if im entering the thing in the right area.

Please explain what i have to do thanks, i read the document but it didnt answer this

🙂

Post count: 23312

Hello sportm,

This is not a class, it’s just an ID. So, if you want to change the color and background-color for this section, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is here ->

#eu-cookie-bar{
color:red;
background-color:green;
}

The result is here -> https://www.screencast.com/t/NFufqWYrrQEi

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.