Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

How to remove frame from picture

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5939
    Richard
    Participant

    Hello There,

    Beautiful and user friendly theme. I would like to know to remove the picture frame from the “ABOUT US” section on my frontpage http://www.commissionedworldoutreach.org

    #5949
    Grace Themes
    Member

    Hi Richard,

    Thanks for developing this beautiful and professional looking website using BuildUp PRO theme

    To remove the picture frame from the ‘ABOUT US’ section
    Go to Appearance -> Theme Options-> Basic Settings -> Custom CSS
    and add below css code in custom css box
    .whothumbbx:after { border: none; }

    Also we are suggesting you some things to improve your website

    1. The ‘ABOUT US’ section image is looking too high, it would be nice if you can reduce the height of the image.

    2. In the column services section just below ‘ABOUT US’, the first column displaying text excerpt but not in other three column. So it will look better if you hide the text description.
    To remove text description add below css code in Custom CSS box
    .fourbox p { display: none; }

    3. The ‘Why Fellowship with Us’ section is looking distorting. See screenshot
    To look it good, need to increase the minimum height of boxes
    Go to Appearance -> Editor -> style.css file
    and at the end of file add below css code and click on update file button
    .whychooseusborder { min-height:182px !important; }

    4. With white background color footer is not looking well.
    You can set the background image for footer also
    Go to Appearance -> Theme options -> Footer -> Select background Image for footer
    You can also set the background color for the footer from Basic Settings

    All other sections and inner pages are looking awesome.

    Please check this and let me know your feedback.

    Regards
    Garce Themes

    #5952
    Richard
    Participant

    Hello There,

    Many thanks for the quick turn-around, lovely comments about my site and all the great suggestions. I’ve made the changes as you suggested, kindly review and update

    You guys rock!!!

    Thanks a bunch, Richard

    #5959
    Grace Themes
    Member

    Hi Richard,

    Now all is looking fantastic.

    One more thing that I will suggest regarding the ‘Our Calendar’ column of footer section. Currently it is looking too high, its due to the unwanted padding

    To look it fine
    Go to Appearance -> Editor -> style.css file
    and at the end of file add below css code and click on update file button

    .footer .chronosly-content-block {
        padding: 0 !important;
    }
    .footer .pagination {
        padding: 0 !important;
    }
    .footer .chronosly.ch-default.small {
        margin: 5px 0 !important;
    }

    Please do this changes and let me know your feedback.

    Regards
    Grace Themes

    #5962
    Richard
    Participant

    Hello There,

    I did as suggested. Please review and update

    Thanks once again for the great help

    Regards,
    RIchard

    #5964
    Grace Themes
    Member

    Hi Richard,

    Footer is looking good now
    One more css you need to add in style.css file

    .footer .chronosly.ch-default {
        margin: 10px 0 !important;
    }

    Please update and check.

    Regards
    Grace Themes

    #5965
    Richard
    Participant

    Hello There,

    I did as suggested

    Regards,
    Richard

    #5976
    Grace Themes
    Member

    Now, footer section is looking fine.
    Please don’t hesitate to contact us for any support.

    Regards
    Grace Themes

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.