I'm trying to remove the logos and just have the text on the home page here: http://www.brenbrady.com
I'd like to have the text expand the full width of the page but even when I remove the logo the text stays in the same format.
How to remove logo and just have text on Feature setup
Started by
censuspro
, Sep 28 2012 09:13 PM
logo
6 replies to this topic
#1
Posted 28 September 2012 - 09:13 PM
#2
Posted 28 September 2012 - 11:25 PM
Hi there, if you remove the logo wordpress will automatically put in the site title, however the text size will be set by default. You can override this and get it to display full width using css. If you could activate the text option live on the site and let us take a look, we'll try and help you with the css code to get the sizing correct.
#3
Posted 29 September 2012 - 12:30 AM
I think James understood your topic to refer to the site branding. If I read it correctly you're referring to the feature slide that has three images next to the text.
If that's correct, go to Dashboard > Features > Features and find the slide which is on your homepage.
Click to Edit that slide, and scroll down. You will see the image. Remove it, then save.
The text will likely not go full width. But we'll handle that once we know for sure.
If that's correct, go to Dashboard > Features > Features and find the slide which is on your homepage.
Click to Edit that slide, and scroll down. You will see the image. Remove it, then save.
The text will likely not go full width. But we'll handle that once we know for sure.
#4
Posted 29 September 2012 - 03:14 PM
Thanks for the reply Rob, I did as you suggested but still appears to be the same. I notice that my admin panel also appears to be different to yours from what you describe. From the dashboard I went to Iblog Pro, Feature Setup and deleted the image from in there but. Also changed the page templae to full width but no change?
#5
Posted 29 September 2012 - 08:26 PM
Hi censuspro
I have not iblog Pro but you can try add in
PageLines > Site Options > Custom Code > CSS Rules
I have not iblog Pro but you can try add in
PageLines > Site Options > Custom Code > CSS Rules
#cred { display: none;}
#6
Posted 29 September 2012 - 09:32 PM
Hi censuspro
I have not iblog Pro but you can try add in
PageLines > Site Options > Custom Code > CSS Rules#cred { display: none;}
Thanks but that doesn't seem to work either.
#7
Posted 06 October 2012 - 03:05 AM
Hi there, try this in the custom code box
#feature .fcontent {
float: left;
height: 300px;
margin: 20px -500px 0 0;
padding: 20px 80px 20px 50px;
position: relative;
width: 850px;
z-index: 100;
}
Also tagged with one or more of these keywords: logo
Header Logo IssueStarted by integritymediacorp , 22 Apr 2013 |
|
|
||
Header Logo - remove padding, center, background colorStarted by severxance , 19 Apr 2013 |
|
|
||
Yet Another Nav Align topicStarted by SaleekR , 21 Mar 2013 |
|
|
||
PageLines Framework →
Customizations →
Custom Logo Appears Huge with Firefox OnlyStarted by starx , 14 Mar 2013 |
|
|
||
PageLines Framework →
Technical Support →
Graphics or Buttons in BrandNavStarted by salestrakr , 13 Feb 2013 |
|
|













