test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • vernontee Friend
    #894719

    How can i add a line to the top of this module so that if i have a white background i can have a mild separator .
    http://screenpresso.com/=JIK1c

    Pankaj Sharma Moderator
    #894739

    Hi
    You can use the border-top property to define the border . Use custom.css file to define the the style code using inspect element/firebug .
    If problem to get correct style share your working site url here i will check and give u exact code .

    vernontee Friend
    #894801

    Hi… thanks.. would you mind to assist me with the code because im really a CSS newbie

    Pankaj Sharma Moderator
    #894806

    Hi the code would be like this
    To apply it above the container

    .CLASS {    border-top: 1px solid #ecf0f1;}

    to apply on bottom use border-bottom .

    vernontee Friend
    #896016
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #896031

    Hi
    You can use this code in custom.css file

    #t3-footnav {
        border-top: 1px solid #ecf0f1;
    }

    it look like this > http://prntscr.com/ac92rn

    vernontee Friend
    #897319

    That worked.. thanks!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  vernontee 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum