itsasign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeHow can I remove the text “Powered By: WordPress | Theme: Auberge ” from the footer?
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeTotally confused about this… I wouldn’t even mind paying for it to be done. Can’t understand why this is such a task.
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeSyntext error….
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeWhy wouldn’t you do it?
And thank you for trying to help! I wish I knew that this was going to be a problem before I made the whole website… 🙁
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeThis is as close to what I found…
It says overflow: hidden?* 11. Site footer
*/.site-footer,
.front-page-widgets-wrapper { padding: 6% 0; }/**
* Footer widgets
*/.footer-widgets,
.front-page-widgets-container {
padding-bottom: 4%;
margin: 0 -2%;
}
.footer-widgets .widget,
.front-page-widgets-container .widget {
float: left;
width: 21%;
margin: 0 2% 3.62rem;
}
.columns-1 .widget {
float: none;
width: 96%;
}
.columns-2 .widget { width: 46%; }
.columns-3 .widget { width: 29.333%; }.footer-widgets .widget-title { color: inherit; }
.footer-widgets .widget li,
.footer-widgets .widget table { border-color: inherit; }/**
* Site info (credits area)
*/.site-info-container { overflow: hidden; }
.site-info { float: left; }
.site-info a { color: inherit; }
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeIf I add “//” to “wmhook_footer();”
Everything disappears.
I am trying to find line 1985..
auberge/inc/setup.php
Can’t find it?Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeI would love to customize it.. But I can’t find line 1985?
And which wmhook_footer() should I remove?
Top
Bottom
After
Before? ect.Like from what I pasted above?
Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeOk,,, I will look for it…
Just surprised I couldn’t get support on something so simple.
Thanks anyway.Forum: Fixing WordPress
In reply to: How do I remove powered by wordpress in AubergeWho? Where?
All I want to do is remove the Powered by wordpress…