Reply To: Appearance like in demo – how to?

Homepage Community Forums Epik Theme Support Appearance like in demo – how to? Reply To: Appearance like in demo – how to?

#10213
Eric
Customer

    Yeah that was probably an older version of Epik they were using, and they probably have other code in their css which would make those elements appear on a completely different line than other users. For your site, you would actually need to edit .welcome instead of #welcome (they’re using classes instead of ID’s now). Currently it is located around line 1232 in your css –

    .welcome {
    background: #303236;
    clear: both;
    color: #ccc;
    margin: 0 auto;
    text-align: center;
    }

    You can make your edits from there.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com