Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #188184
    kashube2
    Participant

    I have 3 questions

    1. can I make the site identity logo bigger in size?

    2. On individual pages can I turn off the “adnmin” and “date” that appears in the header on each page?

    3. And also… I changed the fonts though the pro settings but the page titles still show in the header image in the original font. they should be PT sans

    sorry for all the question love the theme

    site : http://new.bluewaterconventioncenter.porthuroncam.com/

    #189550
    Skandha
    Participant

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

    /* To increase the size of logo */
    .custom-logo {
        max-width: 250px !important;
    }
    /* To remove entry meta from single pages */
    .page .custom-header .entry-meta {
        display: none;
    }
    /* To change the font of entry title */
    .entry-title {
        font-family: 'PT Sans', sans-serif !important;
    }

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

    #189556
    kashube2
    Participant

    yep that worked too cool … you guys rock.

    love the theme thanks for the quick response

    douglas

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘foodie pro theme logo bigger?’ is closed to new replies.