Import Settings Problem

Posted in: Newspaper
Post count: 29

Hello,

I have a “Localhost” with settings, images, plugins etc identified to my “Live Website”

I imported the localhost’s Newspaper settings into the “Newspaper” of the “Live Website” and after doing so the region in yellow disappeared.

I went to the “Theme Panel Menu” and all the settings are in fact the same. But the appearance remains different.

The cache, cookies etc all have already been cleaned and nothing changes.

How to solve this?

Images:

LOCALHOST

LIVE WEBSITE

Post count: 20688

Hi,

The border you mention does not come from a theme panel setting. You could add it with a code like this for example (also change the border properties in the code as needed)
https://www.screencast.com/t/i0R2BsEnrFf

.td-header-top-menu-full {
border-top: 4px solid #009688;
}
.td-header-menu-wrap {
border-bottom: 4px solid #009688;
}

Thanks

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