Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #379249

    HI there

    I have tried several options as on your forum but cannot get it to work. The default single post title is H1 but it too large so I want to make this smaller but only for single post titles. How can I do this please?

    Cheers

    #379255

    Hey!

    Try adding this code to the Quick CSS:

    .single .post-title {
        font-size: 22px !important;
    }

    Adjust as needed.

    Cheers! 
    Josue

    #379311

    Hi there

    Thanks for that – but unfortunately it didn’t work :-(

    Cheers

    #379316

    Hi,

    Can you post the link to one of your posts please?

    Regards,
    Josue

    #379317
    #379500

    Hi!

    Please add following code to Quick CSS
    .single .entry-content-wrapper .post-title a { font-size: 21px!important; }

    Regards,
    Yigit

    #379783

    Hi there,
    Still no change :-(

    Cheers

    #379846

    Hi!

    Code works but it’s not getting applied because of this in your Quick CSS:

    @media only screen and (max-width: 768px) 
    }
    

    Regards,
    Josue

    #379849

    Hi there,
    Brilliant thank you :-)

    Is it possible to get it to be the h2 styling?

    Cheers

    #380205

    Hey!

    You can adjust your element using following selector in Quick CSS field

    h1.post-title.entry-title {
    color: red;
    font-weight: normal;
    letter-spacing: 1px;
    }

    Cheers!
    Yigit

    #380566

    Hi there,
    Sorry I just meant change it to the h2 styling Ive setup in the theme.

    Cheers

    #380958

    Hi!

    I am not sure which element you would like to edit. If you would like post title to look like H2 element you set, you can use following code in Quick CSS and make it look like it

    .post-title.entry-title {
    color: red !important;
    font-weight: normal !important;
    letter-spacing: 1px !important;
    }

    If this is not what you meant, please elaborate

    Best regards,
    Yigit

    #382284

    Hi there,
    I am wanting the post title headings on single page posts to be h2 not h1 styling/size etc.
    Im confused with what you have given me as my styling isn’t red etc??.

    Also on my homepage I have 5 buttons but they display quite small and with a large gap between each of them. How can I make these buttons/images larger and less space between each one?

    http://dev.ar-tech.com.au

    Cheers

    #382286

    Hi there

    Actually don’t worry about the post title I have just used your code and changed the red etc – thank you :-)

    But I would like to still know about the homepage buttons please

    Cheers

    #382325

    Hey!

    Try using a 1/1 column instead and fill it with the 5 images one after each other.

    Regards,
    Josue

    #382329

    I tried that before but I then don’t get the image fly in effect….

    #382349

    I see, try adding this code to the Quick CSS:

    .home #av_section_1 .flex_column {
        margin-left: 2% !important;
    }

    Cheers! 
    Josue

    #382807

    Hi there

    Great thanks for that – it has made the gap smaller but the size of the icons is still small (hasn’t changed) I would like those to display a bit bigger :-)

    Cheers

    #382816

    Hey!

    Try with this instead:

    .home #av_section_1 .flex_column {
        margin-left: 1%;
        width: 19.2%;
    }
    .home #av_section_1 .flex_column.first{
        margin-left: 0% !important;
    }

    Best regards,
    Josue

    #382825

    PERFECT!!! Thank you so much :-)

    #382828

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.