Jump to content
Sign in to follow this  
censuspro

How to remove logo and just have text on Feature setup

Recommended Posts

censuspro

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.

Share this post


Link to post
Share on other sites
James B

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.


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
Rob

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.


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
censuspro

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?

Share this post


Link to post
Share on other sites
batman

Hi censuspro

I have not iblog Pro but you can try add in

PageLines > Site Options > Custom Code > CSS Rules

#cred { display: none;}


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
censuspro

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.

Share this post


Link to post
Share on other sites
James B

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;

}


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

  • Similar Content

    • elementalkites
      By elementalkites+
      Good evening. I am attempting to use the Impulse section on a page I am working on (https://dev.elementalkites.com). The tool seems to have the ability to overlay a logo on top of the slider images but in my case it isn't working, even though I have added the logo file and given it a height to display at. I have attached a screenshot for reference. Any help would be appreciated.
       
       
    • lionel1
      By lionel1
      Hi,
      i try to put some images (Logos) in the Agency module / clients module section
      But i only can put 6 logos though the module propose to add more item
      Thanks for ur help
      Lionel 
      Capture d’écran 2017-06-27 à 20.55.27.png 
    • Michael Kummer
      By Michael Kummer+
      Hi guys,
      I just migrated from DMS to PageLines Platform 5 and noticed that after uploading my fav icon to Site Images, the default PageLines icon is still showing in my browser as well as in the HTML source code.
      The page in question is www.michaelkummer.com - is there anything else I need to do in order to update the favicon?
      Thanks
      Michael


    • Lucas
      By Lucas+
      Hi there! i was trying to increase the logo size and the font size on the Navi Bar. I've already read some other topics about this question, and let me tell you that i'm a little bit unexperienced on this topic. I don't know where exactly i have to insert the CSS code to modify this aspect. Here there is an screenshot of where i'm triying to add the code. Sorry for probably a very obvious question and thank you.

      greetings!

    • jeomiland
      By jeomiland+
      Thanks to some great feedback from a forum member and reconfiguring page design, I've got a media box in upper left of a site, small nav area right of that, then a nav bar area below that. What's best section to use for a simple clickable logo graphic you want to take users to home page? Don't see a place to set destination URL in Media Box attributes?
      http://verdanthomeproducts.com/
      thanks
×