Okay
  Public Ticket #3638819
Remove space under slider
Closed

Comments

  •  2
    sherryj started the conversation

    Hello...

    I need to remove the space the homepage between the bottom of the LayerSlider and the pale teal-colored row below it. There is a white space between the two that I cannot figure out how to remove. 

    I have attached a screenshot with markup for clarification. 

    Thank you in advance for your help!

    Sherry

    Attached files:  Screenshot 2024-04-30 at 3.22.38 PM.png

  •  1,558
    Laborator replied

    Hi Sherry,

    You can try set the margin 0 to the LayerSlider element in WPBakery but if that does not work you can add the following CSS to Custom CSS of that page:

    .wpb_layerslider_element {
        margin-bottom: 0 !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    sherryj replied

    Thank you, Art!!!

    The CSS snippet worked perfectly. Thank you so much for the solution and the prompt response.

    Kindest regards, 
    Sherry

  •  1,558
    Laborator replied

    You're welcome Sherrysmile.png

    If you have a spare moment, I kindly request that you consider sharing your positive experience with us on G2 because we are trying to push Kalium outside of ThemeForest and we need your help. Your review would not only make our day but also help other potential customers to make an informed decision about choosing our theme for their needs.

    Have a great weekend!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    sherryj replied

    Yes! I would be happy to leave a review on G2. :) 

    I have another question. I will ask it here, however, if you prefer I open a new ticket for this question I will do so. 

    Regarding the Contact Form that is part of the Kalium Theme, is there any way to change the Subject of the email to be something set universally other than the "] New Contact Form message has been received."?

    I realize you can change the Subject to be the same as the Subject Field which would be individual to each new email. What I am hoping for is to change it universally to something like "New My Pet's Vet Website Message". 

    Perhaps not something easily done. Always worth asking though! 

    I have attached a screenshot to show how emails currently come through "as is" for clarification.

    Kindest Regards,

    Sherry

    Attached files:  Screenshot 2024-05-09 at 2.15.11 PM.png

  •  1,558
    Laborator replied

    Hi Sherry,

    To translate or rename theme strings, you can do this via Loco Translate plugin. If you don't have it, please install and activate the plugin on your WordPress site.

    1. Then go to Loco Translate > Manage Translations
    2. Click "New Language" for the currently active theme (if you didn't created it yet, otherwise ignore this step). On the new language page, choose these options – Screenshot
    3. After that, you will be redirected to the editing screen for theme translations. Before you continue with your translations make sure the current language of your site is selected – Screenshot
    4. Follow these instructions to learn how to translate strings – Screenshot
    5. The changes will be applied immediately – Screenshot

    Note: Translation files will be saved to wp-content/themes/{theme-name}/languages folder or global directory of theme translations: wp-content/languages/themes/ (based on your choice). 

    If you have saved your translations inside the theme folder, always save a backup of languages/ folder (inside the theme) when there is a new theme update. After you update the theme (languages folder will be replaced with an empty folder), just move the backup files you previously saved to the same languages directory and your changes will still be applied.


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group