Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #104568
    JRDPHD
    Participant

    1. In Kathmandu, how can I change the size of featured content display boxes, and alter font and size of text?

    2. Is it possible to insert a dropdown menu in one of the featured content display boxes?

    Thanks

    #104612
    Mahesh
    Keymaster

    @jrdphd:
    1. You have two options to select from by default, 3 columns and 4 columns. If you want to change further, it can be done through custom CSS. Let me know further for that.
    For font and size, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Content */
    #featured-post .entry-content {
        font-size: 20px;
        font-family: Times New Roman;
    }
    /* Title */  
    #featured-post .entry-title {
        font-size: 30px;
        font-family: Times New Roman;
    }

    2. For this, you’ll need to customize the theme. I recommend you to hire a customizer.

    Regards,
    Mahesh

    #104663
    JRDPHD
    Participant

    Worked! Thanks on that.

    Could you help me center the lower line of text with regard to upper line of text? Or there a setting for that?

    Thanks very much.

    #104742
    Mahesh
    Keymaster

    @jrdphd: You mean to align the text to center? Add the following CSS:

    #featured-post .post {
        text-align: center;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Kathmandu Change size of Featured Content image; insert menu possible?’ is closed to new replies.