Website Redesign and Customization Requests for Project Page

Hello,

We are currently redesigning our interior design website using WordPress with the Betheme theme.

On our page showcasing our projects, we have added four buttons at the top to allow visitors to filter the projects by category: All Projects, Kitchen, Full Renovation, and Bathroom. Our project pages are articles.

Page link: https://www.101design.ca/exemples-et-realisations-7542/

Currently, the images on this page are too small, and we are not satisfied with the format. Is it possible to enlarge and add more vertical images, while keeping the horizontal images as the "featured images" (since we use them elsewhere on the site)?

We would like to use the same format as on our homepage.

Homepage link: https://www.101design.ca/

We would also like to keep the filtering buttons to continue categorizing the projects.

Is it possible to customize the titles of our projects and add a hover effect, similar to the one on our homepage?

Thank you in advance for your help.

Comments

  • Hi,

    1) You can change the image sizes for a blog in Betheme -> Theme options -> Blog & Portfolio -> Featured Image:

    Note that you should not set values larger than your images' dimensions because then they will not be adjusted to the dimensions you set here.

    After adjusting this, you must regenerate thumbnails with a tool in Betheme -> Tools:

    2) Do you mean the darker background on hover? If yes, please use the following CSS code:

    #Filters .filters_wrapper li a:hover {
    background: #1f1e1d!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

Sign In or Register to comment.