2 changes to Goran theme

  • Unknown's avatar

    1. I’m looking to make the banner image at the top of the page smaller/slimmer.

    2. I’m trying to take out the capital letters in the page titles (e.g. WELCOME to welcome) and the same for the menu sidebar.

    Can anyone help?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, to change the page titles lower case, you can add the following.

    .page-title {
        text-transform: lowercase;
    }

    For the header image height, it is set using top and bottom padding. Add the following and adjust as desired. (top was 264px and bottom was 144px)

    body.hero-image .hero.without-featured-image {
        padding-top: 200px !important;
        padding-bottom: 100px;
    }
  • The topic ‘2 changes to Goran theme’ is closed to new replies.