Hello together,
i want to remove the lines in the sidebar widget “individual menu” between the pages in the selected menu.
I hope you understand what i mean
Hello together,
i want to remove the lines in the sidebar widget “individual menu” between the pages in the selected menu.
I hope you understand what i mean
Hi @timmasin,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
#secondary .widget_nav_menu li {
border-bottom: 0;
}
Best Regards,
Movin
Hi Movin,
Thank you soo much it worked perfectly
I have a second question, too.
Is it possible to change the size of the content text in the sidebar widget “text”?
Thank you very much !
Best Regards,
timmasin
Is it possible to change the size of the content text in the sidebar widget “text”?
Yes use the below custom CSS code to change it change change the font size 16 in it.
.widget_text .textwidget {
font-size: 16px;
}
Thank you very much again. It works great
You are most welcome here
Hello again,
i have a further question.
Is it possible to remove the footer?
Thank you very much
Best Regards,
timmasin
To help us keep support thread separates could you please create new thread for each of your other questions here https://colorlibsupport.com/c/sparkling/ instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.