vikral
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] How to implement a top borderWorked… Thanks
Forum: Themes and Templates
In reply to: [GeneratePress] Move Site Title to RightIt Worked, Thanks
Forum: Themes and Templates
In reply to: [GeneratePress] Remove Excerpt from the archive pagesI Need Another Help…
My Body Background Color is Grey
I wanted to add another image for footer background for small screens
I used this code.@media only screen and (max-width: 767px) { .footer-widgets { background-image: url(https://example.com/small-footer-background.png) !important; background-repeat: no-repeat !important; background-size: cover !important; background-attachment: local !important; } }But still, there was white in the background
I triedbackground-color: transparent;but it didn’t work.- This reply was modified 5 years, 8 months ago by vikral.
Forum: Themes and Templates
In reply to: [GeneratePress] Remove Excerpt from the archive pagesThat CSS Code Worked, Thanks