Hello, I’m doing a new topic because it did not respond in the previous one, I had copied the previous one from another topic and I think it got a bit confusing so I’ll go over the topic more clearly.
I am using the dazzling theme but it has a small error on the slide, there is a white line between the header and the slide, and I would like to remove this because in the demo site this space does not exist between the header and the slide.
my website: www.grandegamer.com
grateful for the attention
maybe the googler does not translate correctly.
Hello there,
I hope you are doing well today.
Have you added anew new CSS code to the theme that may have affected the slider or navigation bar?
Best Regards,
Support
Hello im fine and you?
I did not make any changes to the Dazzling theme codes.
I installed and activated the theme and was already with this defect, I even delete the theme and installed again the problem continued.
Thank you for your support!
my website: www.grandegamer.com
maybe google will not translate correctly.
Hello there,
You can use the following CSS code to reduce the space that is causing the line by going to Appearance > Customize > Additional CSS and pasting it there.
/*Remove space below navigation bar*/
.navbar.navbar-default {
margin-bottom: -1px;
}
Best Regards,
Support
Hello all well.
I understand you, but would there be a way for me to resolve this directly in the source code of the theme, instead of adding an additional css code?
Best regards.
Hello again, the code you passed me I copied and pasted into the additional css box of the theme and it worked perfectly.
but still would like to know if I can do this repair directly in the source code of the site?
Hello there,
The issue was CSS based so you can go to Appearance > Editor > Style sheet and add the code there but this file will be rewritten when the theme updates so the changes added to that file will be reset when the theme updates.
Best Regards,
Support
I understood, so the solution you passed to me, I can use in the source css and the additional css, but if I add the code directly in the source css when the theme is updated it will be deleted.
but if I add this solution in the stylesheet, should I add in the last line, am I correct?
Hello there,
That is correct, add any new CSS to the last line and ensure to save the changes.
Best Regards,
Support
I understood, thank you very much for your support, I will mark this topic as resolved.
Hello there,
I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.
Best Regards,
Support