immortalpavilion
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Changing different logo for different pagesdone
Forum: Themes and Templates
In reply to: [Astra] Changing different logo for different pagesThank you, it worked
Forum: Fixing WordPress
In reply to: Changing different logo for different pagesAnd for some reason, on the menu, when the hover over ‘store’, the submenu background is transparent. How do I change that back to normal background color?
Forum: Fixing WordPress
In reply to: Changing different logo for different pagesAlso, I am trying to change the color of the cart icon to white in normal view but black in mobile view. How do I do that? Additionally, when I place an item in the cart and hover over the buttons ‘view cart’ and ‘checkout’, the hover color is completely black, how do I change the colors for that as well.
Forum: Fixing WordPress
In reply to: Changing different logo for different pagesNothing changes for the corresponding page id.
Forum: Fixing WordPress
In reply to: Changing different logo for different pagesFor instance,
body:not(.home) .custom-logo-link {
background-image: url(‘https://www.immortalpavilion.com/wp-content/uploads/2020/09/Black-logo.png’);
background-repeat: no-repeat;
background-size: 100%;
display: block;
position: relative;
height: 85px;
width: 180px;
}/* Hide the logo image */
body:not(.home) .custom-logo-link img {
display: none;
}How can I make this code to fit my requirements?
Forum: Fixing WordPress
In reply to: Changing different logo for different pagesWhat are the codes to alter the first solution? The first one changes all of them except homepage, but I only want to change store, product page, cart and checkout pages.
Forum: Fixing WordPress
In reply to: Changing different logo for different pagesI’ve looked at those articles before and it didn’t work. So I was looking for a different approach.