Remove Title of Project

Home Forums Jevelin Theme Remove Title of Project

Home Forums Jevelin Theme Remove Title of Project

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • shanticfm
    Participant

    Hello, I’m using the project feature as our gallery and would like to remove the title of the project. I would also like to add the option that when you select the image to enlarge it, that you can select the next or previous image without exiting that lightbox. http://sweetme.creativeflowmedia.org/gallery-2/

     

    Please advise if this is possible and how.

     

    Thanks!

    Hi @shanticfm,

     

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

     

    Hello, Iā€™m using the project feature as our gallery and would like to remove the title of the project.

    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

     

    body.page-id-4472 .sh-titlebar .titlebar-title h1 {
        display: none;
    }

     

    I would also like to add the option that when you select the image to enlarge it, that you can select the next or previous image without exiting that lightbox.

    You have to develop custom code to achieve this.

     

    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

    shanticfm
    Participant

    Thanks again!

     

    Would you know of a similar plug-in that would allow this function?

     

    shanticfm
    Participant

    Sorry regarding the first point: Hello, Iā€™m using the project feature as our gallery and would like to remove the title of the project.

     

    I meant to remove the title from the project when you hover over the image to enlarge it. See attachment:

     

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

    Solution for this topic

    I meant to remove the title from the project when you hover over the image to enlarge it. See attachment:

    To remove it use below custom CSS code instead of above shared code.

     

    .sh-portfolio-overlay4-title {
        display: none;
    }

    shanticfm
    Participant

    Thank YOU! <3

    You are most welcome here šŸ™‚

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