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
4 posters

    Enlarge this image to see fullsize - Font Color

    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Enlarge this image to see fullsize - Font Color

    Post by runawayhorses May 10th 2012, 9:28 pm

    How do you change the text above images on the forum posts that are wide enough to display this link on top of the image "Enlarge this image to see fullsize"? I would like to change the font color via CSS of that text link without it affecting any other font colors.

    thanks


    Last edited by runawayhorses on May 11th 2012, 1:52 am; edited 1 time in total
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: Enlarge this image to see fullsize - Font Color

    Post by LGforum May 10th 2012, 11:36 pm

    Code:

    .resizebox .resize_content a {
      font-size: 14px;
    }
    Change 14px to whatever obviously.
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: Enlarge this image to see fullsize - Font Color

    Post by +Fusion- May 11th 2012, 12:33 am

    LGforum wrote:
    Code:

    .resizebox .resize_content a {
      font-size: 14px;
    }
    Change 14px to whatever obviously.

    i believe she said Font color, Wink

    Code:

    .resizebox .resize_content a {
      font-color: #000000;
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: Enlarge this image to see fullsize - Font Color

    Post by LGforum May 11th 2012, 1:19 am

    Ah yes my apologies. In that case the code is:

    Code:

    .resizebox .resize_content a {
      color: #000;
    }
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: Enlarge this image to see fullsize - Font Color

    Post by runawayhorses May 11th 2012, 1:52 am

    Thanks LG it worked perfectly.. Smile
    +Fusion-
    +Fusion-
    Forumember


    Male Posts : 252
    Reputation : 4
    Language : English
    Location : Flying

    Solved Re: Enlarge this image to see fullsize - Font Color

    Post by +Fusion- May 11th 2012, 3:37 am

    LOL @ my fail code
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51499
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Enlarge this image to see fullsize - Font Color

    Post by SLGray May 11th 2012, 5:22 am

    Topic Solved & Locked



    Enlarge this image to see fullsize - Font Color Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 23rd 2024, 6:21 am