Site logo

Archived topic

Problems doing changes on a theme from the site library (Agency theme)

5 replies · Started by Jaime Jurada on November 26, 2021

Viewing posts 1–6 of 6

Hello,
I'm working on an Agency theme from the site library. I haven't really made so many changes, only colors, logo and images. But in the preview (when i'm on customize) doesn't change the logo on movil or tablet view. On computer view is my logo but in the others is the original logo from the theme. Also since this happen the CSS that comes originally in the theme for a button in the main menu (Contact button) doesn't work. The CSS is wrote there like it's come, but doesn't do nothing...
I have deactivated plugins and cleared caches several times, but nothing works.

Why is this happening? Could you help me with that?

Thanks so much!
Jaime.

Hi there,

go to Customizer > Layout > Header and update the Mobile Header Logo.

Hi David,

That works perfect! Thanks so much!

And do you have any idea why the css stopped working?

I don't know about CSS, so i don't use it, but in this case is very nice and i left it.
This is the CSS that is written originally , is it right?

/* GeneratePress Site CSS */ /* navigation contact button */

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a{
color: #ffffff;
background-color: #789602;
line-height: 44px; /* button height */
padding: 0px 22px; /* space inside button */
margin-top: 4px; /* adjust to horizontally align with other menu items */
border-radius: 40px;
margin-left: 22px; /* space to the left of button */
transition: all 0.4s ease 0s;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a:hover{
background-color: rgba(174, 194, 0, 0.85);
color: #ffffff;
transition: all 0.4s ease 0s;
}

/* mobile header spacing */

.mobile-header-navigation {
padding: 10px;
}

/* lightweight social icon styling */

.lsi-social-icons li a, .lsi-social-icons li a:hover {
padding: 0px !important;
margin: 0px 4px 0px 0px !important;
background: transparent !important;
} /* End GeneratePress Site CSS */

Thanks again!
Jaime

Hi there,

Is the original topic with the logo resolved?

If so can you open a new topic for the CSS question?

It works better for us to track the issues.

Thanks!

Hi,

Ok, i open a new topic, sorry!

Thanks!

Thank you!

This archived topic is closed to new replies.