site description editing help? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    site description editing help?

    OMGitsDMC
    OMGitsDMC
    Forumember


    Male Posts : 166
    Reputation : 0
    Language : english

    Solved site description editing help?

    Post by OMGitsDMC December 19th 2011, 3:11 am

    is it possible to change how this looks ie making the text bigger, bold or even inserting a image?


    Last edited by Geordieboy80 on December 19th 2011, 3:29 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: site description editing help?

    Post by Guest December 19th 2011, 2:18 pm

    Try by adding in your CSS Stylesheet:
    Code:
    div#logo-desc p{
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    }
    OMGitsDMC
    OMGitsDMC
    Forumember


    Male Posts : 166
    Reputation : 0
    Language : english

    Solved Re: site description editing help?

    Post by OMGitsDMC December 19th 2011, 2:54 pm

    Gassy wrote:Try by adding in your CSS Stylesheet:
    Code:
    div#logo-desc p{
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    }
    cheers for that, is there anyway to insert an image where the text goes
    avatar
    Guest
    Guest


    Solved Re: site description editing help?

    Post by Guest December 19th 2011, 3:13 pm

    Do you mean a background image? Okay:
    For background image, and also text color, font style, size:
    Code:
    div#logo-desc p{
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    background: url(IMAGELINK);
    }

    For background color, and also text color, font style, size:
    Code:
    div#logo-desc p{
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    background: #DDD;
    }
    Note: #DDD is a example, you can replace by your favourite/own color.

    For icon before description text, and also text color, font style, size:
    Code:
    div#logo-desc p{
    color: #000 !important;
    font-weight: bold !important;
    font-size: 15px !important;
    background: url(http://2img.net/i/fa/admin/couronne.png) no-repeat;
    padding-left: 19px;
    padding-top: 2px;
    }
    OMGitsDMC
    OMGitsDMC
    Forumember


    Male Posts : 166
    Reputation : 0
    Language : english

    Solved Re: site description editing help?

    Post by OMGitsDMC December 19th 2011, 3:29 pm

    cheers :wouhou:
    avatar
    Guest
    Guest


    Solved Re: site description editing help?

    Post by Guest December 19th 2011, 3:59 pm

    Welcome!

    site description editing help? AHAeI Happy Holidays! Smile
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: site description editing help?

    Post by Sanket December 19th 2011, 7:14 pm

    Solved | Archived