Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #253690
    Brandon
    Participant

    Hi

    I am using the verity pro theme and I would like to make the following changes to my site, but I am struggling to get them made:

    Front/home page:
    1) Top Menu – How do I change the colour and size of this menu? (On all the other pages the colour is black except for the home page)
    2) Header Image – How do I move the image down on the page, so that it only starts below the top menu (i.e. so it does not extend to the top of the page and behind the top menu)
    3) “Our Featured Content” & “Recent Posts” headings – Can these be resized?
    4) The featured content headings ( in the 3 columns, currently “Reading”, “About Us”, “Children Learning reading Review” have been modified using additional CSS code to force them to use “Trebechet MS” font, but when the page resizes for mobile devices, these change to italic. How do I remove the Italic on the smaller screens?
    5) The “first post” background colour and “scroll up” button is a purple colour. Where is the setting for this or how can I change this?

    Post pages:
    6) The featured images on my post pages fill so much of the page, how can I reduce them so I can view the image and see the heading of the post before the fold on desktop display?

    My site is http://coolkidshub.com/
    But I don’t have dns pointing to the site yet as it is not live. The IP address is 35.209.162.24

    Any assistance that can be provided will be greatly appreciated.

    Regards

    Brandon

    #253722
    Skandha
    Participant

    @admincoolkidshub-com: Hello Brandon,
    The URL you posted is not accessible. Can you check if the URL you posted is correct?

    Kind Regards,
    Skandha

    #253739
    Brandon
    Participant

    Hi Skandha

    I have just updated the a record, let me know if you can access the site.

    Regards

    Brandon

    #253783
    Skandha
    Participant

    @admincoolkidshub-com: Hello Brandon,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change color of menu items */
    #site-navigation a {
        color: #000;
    }
    
    /* Move Header Image below menu */
    .custom-header {
        margin-top: 101px;
    }
    
    /* Resize Featured Content and Recent Posts headings */
    .featured-content-wrapper .entry-title, #infinite-post-wrap article .entry-title {
        font-size: 25px;
    }
    
    /* Remove the italic effect of mobile screens */
    .featured-content-wrapper .entry-title {
        font-family: "Trebechet MS" !important;
    }
    
    /* To change background color of first post and scroll up */
    .first-post .hentry, #scrollup {
        background-color: #f23456;
    }
    
    /* Reduce featured image size on single post/page */
    .single-post .post-thumbnail {
        max-width: 500px;
        margin: 0 auto;
    }

    Let me know if this works out
    Kind Regards,
    Skandha

    #253841
    Brandon
    Participant

    Hi Skandha

    Awesome, it worked like a charm!

    Thanks for your help and speedy turnaround.

    Regards

    Brandon

    #253842
    Skandha
    Participant

    @admincoolkidshub-com: Hello Brandon, 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/verity/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

    #253858
    Brandon
    Participant

    Hi Skandha

    Too easy, all done.

    Once again thanks for your help.

    Regards

    Brandon

    #253859
    Skandha
    Participant

    @admincoolkidshub-com: Thank you for your wonderful review Brandon! Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Header and Featured Image sizes’ is closed to new replies.