Home › Forums › WordPress Themes – Premium › Celestial (Celestial Reloaded) › Border on all images – removing it › Reply To: Border on all images – removing it
Hi Cheryl Hislop,
Thank you for contacting Styled Themes support team.
The cerve at the bottom of banner is a image, you can remove that image from customizer header image section.
Go to dashboard -> Apperance -> customize -> Header image -> Hide showcase curver-> checked on that box.
You can also change the border top and bottom from their iteself. You can change the bottom color from showcase bottom line and top from showcase top line. YOu can keep same environment color so it will looks as if there is no any color at the bottom. If you want to complete remove those then please add this css on your child theme or additional section of css.
body #showcase-wrapper {
border-top: 0;
border-bottom: 0;
}
You can chage the color of social icons from customizer itself:
Go to dashboard -> appearance -> customize -> social networking -> social icon color.
We hope this answer your question, let us know if you have any .
Thanks