Border on all images – removing it

Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Border on all images – removing it

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41951
    Cheryl Hislop
    Participant

    Hello,
    How do I remove the default gray border that is default on ALL images that are placed in any page. I don’t want it there I want it gone completely.

    Also, How do I change the social media icons to a different color?

    #41954
    Sushil Adhikari
    Moderator

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.