jjas7
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteOne last question, referring to what you mentioned before I think….
I want to use those icons on another page, but want a different color. Is there a way to make those icons unique to a page?
{footer}
.elementor-element-63f3eaaf{
position:fixed !important;
bottom:0 !important;
left:0 !important;
width:100% !important;
background:silver !important;
color:black !important;
padding:2.5em 2em 0em !important;
vertical-align:middle !important;
}
.elementor-icon-list-icon i,
.elementor-icon-list-text{
color:black !important;
}{contact page}
.elementor-element-645b57d{
{position:fixed !important;
bottom:0 !important;
left:0 !important;
width:100% !important;}
background:silver !important;
color:white !important;
padding:2.5em 2em 0em !important;
vertical-align:middle !important;
}
.elementor-icon-list-icon i,
.elementor-icon-list-text{
color:black !important;
}Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteI just cleared the cache. Looks great. Thank you so much!!!
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteadd custom CSS
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteI pasted that, but it seems unchanged.
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteI’d like to have it snap to the bottom of the screen.
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteYes. That’s the footer. I’ll give it some color now so it’s more obvious.
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteThanks a lot!
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteStrange.
Can you look at my other site? I’m having the same footer issue.
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteCan you try loading that page again? I think my host is acting weird.
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteNot that page. https://www.downcrowd.com
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole site@serafinnyc It’s a footer created in Elementor.
So, I should put the html in the footer.php file?
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteAll I want is to have the footer fixed at the bottom of every page.
Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole siteThis is the CSS
html, body {
height: 100%;
margin: 0;
}
.content {
min-height: 100%;
}
.content-inside {
padding: 20px;
padding-bottom: 50px;
}
.footer {
height: 50px;
margin-top: -50px;
}Forum: Fixing WordPress
In reply to: Stick Footer at bottom for whole site@serafinnyc Thanks a lot…
The HTML goes in the footer.php file?
Does this code look good?
It’s still not working for me…
HTML
<body>
<div class=”content”>
<div class=”content-inside”>
content
</div>
</div>
<footer class=”footer”></footer>
</body>CSS
Forum: Fixing WordPress
In reply to: WordPress website Logo HELPYes. That is the logo. The problem is: when I go to Appearance/Customize/Site Identity, I can’t find the upload logo image button. I see the “site icon” upload button but that’s it.
Thanks a lot!