Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you using a child theme or a custom CSS plugin?

    Thread Starter rblea24

    (@rblea24)

    Not sure i understand….inside the celestial theme, if i click customize your site and open up the color box i see a bunch of options. One of those options gives you the ability to change the color of the social bar background. Let’s say i want to change it to white….when i do that a bunch of lines show up…i am assuming this happens because of the way it was created. How do i remove the lines?

    Best to use the child theme that is included in the child theme folder of the theme for these kind of changes but you will be editing the code that is in the header.php and about line 77 you would take out this code:

    url('<?php echo get_template_directory_uri() ; ?>/images/socialbar-bg.png') repeat 0 0;

    Because this is coded as a partial inline style, a CSS Editor may not be successful. When you edit the above code out, make sure the other part of it that does the background colour stays intact because it’s part of the theme option settings.

    Go to Appearances > Customize > Social Networking.
    Check “Hide Social Bar Background Lines”

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how do i remove lines from social bar background?’ is closed to new replies.