+ Reply to Thread
Results 1 to 6 of 6

Thread: Simple Adjustment I can't seem to find

  1. #1

    Simple Adjustment I can't seem to find

    Hello,

    Can someone point me to changing the font-size to the following section on this page: https://www.worldclassads.com/classi...isting-24.html

    I want to modifiy the items title and description with a font-size, bold, and center the first line (I just don't know where to change them) and font-size on second line.
    Feeling Confident (Sample Listing)
    &
    Here's your confident description, Buddy!
    Thank you - Your Welcome
    Brian

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    For the top - in line 4024 edit size to what you want and add text align and font weight
    div.table-cell:not(.wide-field) > div {
    font-size: 1em;
    text-align: center;
    font-weight: bolder;
    For the bottom - in line 4019 add font weight to suit

    div.table-cell > div {
    min-height: 28px;
    line-height: 26px;
    vertical-align: top;
    font-weight: bolder;
    }
    Last edited by Pete Young; May 15, 2019 at 03:20 AM.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Go to style.css file and add two new styles like:

    Code:
    Only registered members can view the code.

  4. #4
    Quote Originally Posted by Pete Young View Post
    For the top - in line 4024 edit size to what you want and add text align and font weight


    For the bottom - in line 4019 add font weight to suit
    Pete, is the winner! But I will have to say Rudi, your method is just as good. I will likely use your method for other css issues down the road.

    Thank you Both!
    Thank you - Your Welcome
    Brian

  5. #5
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    div.table-cell > div {
    min-height: 28px;
    line-height: 26px;
    vertical-align: top;
    font-weight: bolder;

    by adding the bold you took some room so may need to increase min height to allow for text being cut off?
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  6. #6
    Rudi,

    Thank you for this, it has just started to help me understand from the listing details page. I got so frustrated with the templates, but then when I saw #df_field I saw that on the listing details page and it helped me huge!

    Thank you so much!
    Brian

    Quote Originally Posted by Rudi View Post
    Hello,

    Go to style.css file and add two new styles like:

    Code:
    Only registered members can view the code.
    Thank you - Your Welcome
    Brian

+ Reply to Thread