How do I remove / move the image / text? 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.
4 posters

    How do I remove / move the image / text?

    avatar
    Cool-Guy
    Forumember


    Posts : 295
    Reputation : 0
    Language : English

    Solved How do I remove / move the image / text?

    Post by Cool-Guy March 21st 2011, 3:45 pm

    Hello,

    Take a look at this picture:

    How do I remove / move the image / text? Forumo10

    How do I either:

    1. Remove the text?

    2. Remove everything?

    3. Put the text under the pictures?

    I don't like the fact that the images aren't centered. They are like more to the left, because the text takes some of the space to the right...

    Any of the options above would do good, when the third option would be the best, obviously.

    Thanks. Very Happy


    Last edited by Cool-Guy on March 21st 2011, 7:05 pm; edited 1 time in total
    invisible_fa
    invisible_fa
    Forumember


    Male Posts : 978
    Reputation : 21
    Language : Spanish, English and a bit of French ;)
    Location : Does it matter? I'm Invisible, you will not see me anyway

    Solved Re: How do I remove / move the image / text?

    Post by invisible_fa March 21st 2011, 4:58 pm

    Admin Panel >> General >> Messages & Emails >> Configuration >> Display the caption of the posts status : Yes

    Save changes and its done Very Happy
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: How do I remove / move the image / text?

    Post by Base March 21st 2011, 5:49 pm

    To remove them completely, you can add this to your CSS code:

    Code:
    ul#picture_legend li, ul#privmsgs-menu li {
        display: none;
        margin: 2px 10px;
    }

    @ invisible_fa: shouldn't it be no instead of yes? Smile
    avatar
    Cool-Guy
    Forumember


    Posts : 295
    Reputation : 0
    Language : English

    Solved Re: How do I remove / move the image / text?

    Post by Cool-Guy March 21st 2011, 7:04 pm

    I will mark this as "Solved". Thanks! Mr. Green
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: How do I remove / move the image / text?

    Post by Base March 21st 2011, 7:16 pm

    You're welcome! Glad to be of your assistance. Very Happy
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Solved Re: How do I remove / move the image / text?

    Post by MrMario March 21st 2011, 9:26 pm

    Solved => Locked