badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

adding text to the footer in the same space as copyright, etc

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5048
    melindalippert
    Participant

    Hello. I would like to add text in the footer area (the footer at the very bottom of the page, not the footer widget). I’d like the text to be centered, full width, and have the font color assignment included so I can change the color #. Then I’d like the standard footer info such as copyright and site title to appear below that, also centered. How do I do this?
    Thanks!

    #5093
    Sanjip Shah
    Participant

    @melindalippert In the theme options you will find the ‘Edit footer options’ under the Advanced options tab. Write additional text there. You will have to provide your site link so that we can provide you the related css.

    #5113
    melindalippert
    Participant

    There is a “Coming Soon” landing page activated, but here is a temporary bypass link. http://www.melindalippert.com/shorttrialview
    The text is entered in the “edit footer options” and is ready to go. It only spans 2/3 of the length of the footer and it is light and difficult to read. I’d so much appreciate the custom css to adjust these settings! And by the way, I love the look of the Clean Retina Pro!
    Thank you

    #5124
    Sanjip Shah
    Participant

    @melindalippert In the dashboard go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    #site-generator .social-profiles {
        float: none;
        width: 100%;
    }
    #site-generator .copyright {
        float: none;
        padding-top: 5px;
        text-align: center;
        width: 100%;
    }
    #5142
    melindalippert
    Participant

    Thank you so much for the custom code! I added it, and with a few modifications, I was able to make it look exactly the way I wanted. Excellent!

    #5183
    Sanjip Shah
    Participant

    @melindalippert Okay. Great!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.