• I’m having issues with the front page of my website. There is a white running running across the top of the site, with Twitter and Pinterest written in the right hand corner. I need to get rid of this line, but I can’t figure out how to. I’m unsure if it’s an installed plug-in or code or something else that needs to be deleted. The site was produced by a third party and I’m not in touch with them anymore. Any ideas would be greatly appreciated.

    https://sweet-plantain.co.uk

Viewing 7 replies - 1 through 7 (of 7 total)
  • Look in the widgets section of your theme configuration.

    A quick way would be to add this css:

    .header_top .right {
    display: none;
    }

    Install a plugin like Custom CSS Manager if you’re new to CSS.

    should do it.

    Thread Starter nii1978

    (@nii1978)

    Thanks for the input guys. I’ve managed to delete the text using the widget section, but the white line remains?

    Try completely removing the text widgets from the header area and see if that does it.

    Thread Starter nii1978

    (@nii1978)

    There are no widgets in any of the header areas.

    I’m afraid that’s probably as far as we can go on this one without running the risk of asking you to do something that has potentially unwanted consequences. You appear to be using a commercial theme (Vigor), and unfortunately, most folks here in the forums won’t have access to the theme files so they can take a look at if from the back end.

    Install a CSS editor, like Simple Custom CSS, and then add the following to it:

    .header_top {display:none;}

    That will solve the issue for you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Social media issues on website homepage’ is closed to new replies.