Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #152882
    wouwonline
    Participant

    Hi, I would like to change some things in the Featured Content section on the homepage. Is that possible?
    Page: http://www.mediatrainingophetmediapark.nl/
    Section: Trainingen (Featured Content)

    I want to change:

    – font size of text smaller
    – font size of subtitles smaller
    – aligment of text to left (instead of center)
    – add a link in the text for more information. ‘read more’, in dutch: ‘Lees meer’

    #152901
    Skandha
    Participant

    @wouwonline: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change font-size of the text in featured content */

    #featured-content .entry-content {
    	font-size:16px;
    	text-align:left;
    }

    /* To change font-size of the text in featured content */

    .featured-content-wrap .entry-title {
    	font-size:22px !important;
    	text-align:left;
    }

    The Read More button or option is not available at the moment. This option will be added in the the next theme update.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #153276
    wouwonline
    Participant

    It works!

    I would like to do the same for the ‘Team’ section?
    http://www.mediatrainingophetmediapark.nl/ (section is ‘Over ons’)

    What code can I use?

    Many thanks,
    Maaike

    #153375
    Skandha
    Participant

    @wouwonline: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #team-section .entry-content {
    	font-size:16px;
    	text-align:left;
    }
    #team-section .entry-title {
    	font-size:22px !important;
    	text-align:left;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #153705
    wouwonline
    Participant

    it works, thanks!

    #153707
    Skandha
    Participant

    @wouwonline: Hello there, 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/decree/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,
    Skandha

    #153709
    wouwonline
    Participant

    Done 🙂
    and many thanks for your support

    #153718
    Skandha
    Participant

    @wouwonline: Thank you for your appreciation. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change alignment, font size and add link to homepage Featured Content’ is closed to new replies.