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.
The forum of the forums
2 posters

    site description editing help?

    OMGitsDMC
    OMGitsDMC
    Forumember


    Male Posts : 166
    Reputation : 0
    Language : english

    Solved site description editing help?

    Post by OMGitsDMC Mon 19 Dec - 3:11

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


    Last edited by Geordieboy80 on Mon 19 Dec - 15:29; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: site description editing help?

    Post by Guest Mon 19 Dec - 14:18

    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 Mon 19 Dec - 14:54

    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 Mon 19 Dec - 15:13

    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 Mon 19 Dec - 15:29

    cheers :wouhou:
    avatar
    Guest
    Guest


    Solved Re: site description editing help?

    Post by Guest Mon 19 Dec - 15:59

    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 Mon 19 Dec - 19:14

    Solved | Archived

      Current date/time is Mon 11 Nov - 17:50