Customize Portfolio Project Page Layout

Home Forums Jevelin Theme Customize Portfolio Project Page Layout

Home Forums Jevelin Theme Customize Portfolio Project Page Layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • nitskov
    Participant

    Hello,

     

    The link to my site:

    http://www.natalia-designs.com/project/hq-custom-design/

     

    1 – Is it possible to move the arrows and header (with the word “WORKS”) above the gallery photo and center them? See image attached for what I’m looking for. It would appear the same in mobile.

     

    2 -The right arrow is disabled in project HQ. I would like the projects to cycle and never be disabled. I want the right arrow to carousel to the next image in both directions (left/right).

     

    3- Can the active dot be colored – 75549c and the inactive dots be 505050

     

    4- Can the whole site be edge to edge on mobile?

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @nitskov,

     

    I hope you are well today and thank you for your questions.

     

     

    3- Can the active dot be colored – 75549c and the inactive dots be 505050

    4- Can the whole site be edge to edge on mobile?

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-fw-portfolio .slick-dots li button {
        background-color: #505050;
    }
    
    .single-fw-portfolio .slick-dots li.slick-active button {
        background-color: #75549c;
    }
    
    @media (max-width: 550px){
    #page-container .container {
        max-width: 100%!important;
    }
    }

     

    1 – Is it possible to move the arrows and header (with the word “WORKS”) above the gallery photo and center them? See image attached for what I’m looking for. It would appear the same in mobile.

     

    2 -The right arrow is disabled in project HQ. I would like the projects to cycle and never be disabled. I want the right arrow to carousel to the next image in both directions (left/right).

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

     

     

    Best regards,
    Shufflehound team

    nitskov
    Participant

    Thank you for responding so quickly.

     

    I already implemented 3 and 4 – it worked perfectly!! Thank you! As for requests 1 and 2 I understand. I will ask a developer for help.

     

    Thanks!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)