How to make only topic title text bigger? 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 to make only topic title text bigger?

    Charisma Clash
    Charisma Clash
    Forumember


    Posts : 166
    Reputation : 2
    Language : English

    In progress How to make only topic title text bigger?

    Post by Charisma Clash Sun Mar 12, 2017 3:15 pm

    Is this possible through CSS? I just want the topic titles on the index to be increased a little bit.
    How to make only topic title text bigger? F94a3f7c62564a358fecc84a77fdb6d2

    Currently using ModernBB
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51539
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: How to make only topic title text bigger?

    Post by SLGray Sun Mar 12, 2017 4:06 pm

    The CSS selector for the title will also affect the author text.



    How to make only topic title text bigger? Slgray10

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


    Posts : 166
    Reputation : 2
    Language : English

    In progress Re: How to make only topic title text bigger?

    Post by Charisma Clash Sun Mar 12, 2017 7:13 pm

    Fine with me
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51539
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: How to make only topic title text bigger?

    Post by SLGray Mon Mar 13, 2017 2:43 am

    Code:
    dd.lastpost a {
        font-size: YOUR NUMBERpx;
    }



    How to make only topic title text bigger? Slgray10

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


    Posts : 166
    Reputation : 2
    Language : English

    In progress Re: How to make only topic title text bigger?

    Post by Charisma Clash Mon Mar 13, 2017 4:08 am

    Thank you, while we're at it, do you know how to make the picture + circle radius bigger on the new ModernBB forum? On the index I mean. 

    How to make only topic title text bigger? 6f999c70528a462ab579655de017d548
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    In progress Re: How to make only topic title text bigger?

    Post by Draxion Mon Mar 13, 2017 8:47 am

    Should be the same selector, except with the image added on to it. Change the height and width to what you see fit.

    Code:
    .lastpost-avatar img {
      width: 0px;
      height: 0px;
    }


    Last edited by Draxion on Mon Mar 13, 2017 9:38 am; edited 1 time in total
    Gwim_Weaper
    Gwim_Weaper
    Forumember


    Posts : 47
    Reputation : 1
    Language : English

    In progress Re: How to make only topic title text bigger?

    Post by Gwim_Weaper Mon Mar 13, 2017 9:29 am

    Now then...I copied the script to make posting text bigger, but it didn't make the text any bigger when typing into the text box. That's the area some of our members are stuggling with, failing eyesight and all that..Any assistance greatfully received.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    In progress Re: How to make only topic title text bigger?

    Post by Draxion Mon Mar 13, 2017 9:31 am

    Gwim_Weaper wrote:Now then...I copied the script to make posting text bigger, but it didn't make the text any bigger when typing into the text box. That's the area some of our members are stuggling with, failing eyesight and all that..Any assistance greatfully received.

    @Gwim_Weaper, are you sure you posted in the correct topic?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51539
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: How to make only topic title text bigger?

    Post by SLGray Mon Mar 13, 2017 9:37 am

    This is the CSS selector for the avatar in the last post column:
    Code:
    .lastpost-avatar img



    How to make only topic title text bigger? Slgray10

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


    Posts : 47
    Reputation : 1
    Language : English

    In progress Re: How to make only topic title text bigger?

    Post by Gwim_Weaper Mon Mar 13, 2017 10:21 am

    Draxion, not a clue
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    In progress Re: How to make only topic title text bigger?

    Post by Draxion Fri Mar 24, 2017 4:39 am

    Gwim_Weaper wrote:Draxion, not a clue

    Well, you mentioned something about a textbox while this is talking about a topic title. if you need assistance, you need to open a new topic and then I will gladly help you.