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

    Make (Topics, Posts, and last posts bolder)

    avatar
    Drunk3nGaming
    Forumember


    Posts : 31
    Reputation : 1
    Language : English

    Solved Make (Topics, Posts, and last posts bolder)

    Post by Drunk3nGaming Mon 19 Aug - 7:24

    http://drunk3ngaming.forumotion.com/

    So I'm trying to Topics, Posts, and last posts bolder, but I cant seem to figure out how.
    Any help would be appreciated. Thanks.

    Make (Topics, Posts, and last posts bolder) Bold10
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by Sir Chivas™ Mon 19 Aug - 7:30

    Hi,

    Add this into your CSS:
    Code:
    ul.topiclist li.header dl dd {
    font-weight: bolder;
    }
    avatar
    Drunk3nGaming
    Forumember


    Posts : 31
    Reputation : 1
    Language : English

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by Drunk3nGaming Mon 19 Aug - 7:39

    I tried adding in the following code, but it did not seem to work for me.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by Sir Chivas™ Mon 19 Aug - 7:45

    Try this:
    Code:
    ul.topiclist li.header dl dd {
    font-weight: bolder !important;
    }
    avatar
    Drunk3nGaming
    Forumember


    Posts : 31
    Reputation : 1
    Language : English

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by Drunk3nGaming Mon 19 Aug - 7:52

    I also tried it, but it also doesn't work. D:
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by Ange Tuteur Mon 19 Aug - 9:52

    Hi Drunk3nGaming,

    Try this in your CSS:
    Code:
    li.header dl.icon{
    font-weight:bold;
    }
    avatar
    Drunk3nGaming
    Forumember


    Posts : 31
    Reputation : 1
    Language : English

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by Drunk3nGaming Mon 19 Aug - 10:44

    Okay that code seems to be working on mozilla, but it does not work on chrome. I have also tried clearing out my cache and cookies as well.
    avatar
    runawayhorses
    Hyperactive


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

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by runawayhorses Mon 19 Aug - 14:18

    Try this:

    Code:
    li.header dl.icon {
    font-weight:700;
    }
    avatar
    Drunk3nGaming
    Forumember


    Posts : 31
    Reputation : 1
    Language : English

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by Drunk3nGaming Mon 19 Aug - 22:21

    Okay I seem to have fixed it by increasing the font-size from 1.0em to 1.1em. I guess it was working on mozilla, but not on chrome shows that I just needed to raise the font-size a bit higher to be able to see the bold. Thanks a lot guys. I really appreciate it.
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Make (Topics, Posts, and last posts bolder)

    Post by SLGray Tue 20 Aug - 2:46

    Topic Solved & Locked



    Make (Topics, Posts, and last posts bolder) Slgray10

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

      Current date/time is Sun 22 Sep - 18:25