Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #176961
    Ulrich
    Participant

    Hi there,

    This must have been asked before, still can’t find anything in the forum:

    I need some additinal CSS for influencing size and maybe fonts of
    – Featured Content Headline Text
    – Featured Content Subheadline Text

    Bet you know something along the line? 🙂

    Thanks for adreesing the issue and best regards

    Ulrich
    for
    https://www.stiftung-meeresschutz.org/

    #176977
    Skandha
    Participant

    @dsm: Hello Ulrich,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-post h2 {
        font-size: 34px;
        font-family:arial-black;
    }
    #featured-post p {
        font-size: 34px;
        font-family:verdana;
    }

    You can change the font according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #176985
    Ulrich
    Participant

    @Skandha: Hi Skandha,
    Just great! 🙂 does the job.

    Perfect support.

    Best regards

    Ulrich

    #176986
    Skandha
    Participant

    @dsm: Hello Ulrich, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adventurous/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandah

    #177010
    powerguy
    Participant

    That sounded like a great idea so I gave it a try on my child theme.

    The title size increased nicely but the sub-text / sub-headline stayed the same.

    The sub-text / sub-headline is really tiny – I would really like to increase that.

    Don’t understand why that worked for @skandha and not for me.

    #177048
    Ulrich
    Participant

    @skandha: Hi Skandha,

    I already left a 5 star some time ago 🙂 re-worked the wording now, sounds a bit better now (I hope….)

    Kind regards

    Ulrich

    #177049
    Ulrich
    Participant

    @powerguy
    I didn’t fiddle with the child theme -> Customizer -> extra CSS

    does the Job quite nicely, give it a try 🙂

    All the best

    Ulrich

    #177054
    powerguy
    Participant

    @dsm

    I think I am married to the child theme now because of another change I am trying to make in another post.

    Thanks for the suggestion tho.

    Let me know if I should start another thread @skandha

    #177083
    Skandha
    Participant

    @powerguy: To increase the font size of subtitle of Featured Content
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-post article .entry-content {
        font-size: 18px;
    }

    You can change the font size according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Formatting "Featured Content Headline Text" & "Featured Content Subheadline Text’ is closed to new replies.