Footer Text

Support Area Forums Bottega Footer Text

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://maureenduboisdesign.com/
  • Author
    Posts
  • #29184
    Robyn Sealock
    Participant

    Hi

    Using the theme options and the footer tab, I put in my clients contact info under the Footer Text area and in the Footer Contact area, I put a testimonial. I think this works well and looks good on the home page. The problem is I don’t want this testimonial on every page.

    I tried to use a widget to put the testimonial on the home page but that didn’t work for me as I couldn’t get the widget to span across the bottom.

    Is there a way for me to hide this part of the footer on the other pages or do you have another idea for how I can put this testimonial on the bottom of the home page.

    You can look at the site here http://maureenduboisdesign.com/

    Thanks

    #29191
    Bill Robbins
    Moderator

    Good Morning Robyn,

    You can do that. Here’s how I would go about that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #footer-contact {
      	display: none;
      }
      
      .home #footer-contact {
      	display: block;
      }
      
    3. Update your settings.

    That should hide the footer contact section everyplace but the home page. If you run into trouble, let me know.

    Have a great week,
    Bill

    #29202
    Robyn Sealock
    Participant

    Thanks Bill. I wanted to change the size of the Footer text and I put this in the Advanced CSS, but it doesn’t seem to be working.

    #footer-text{
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    }

    #29203
    Robyn Sealock
    Participant

    Bill – All set – I just needed to update to the latest version of the theme and everything works now.

    #29205
    Bill Robbins
    Moderator

    Fantastic. Let me know if you need anything else Robyn.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer Text’ is closed to new replies.