x

Cannot remove bar at top where social media icons are

Hi,

We never had the black bar right at the top until I added the url for the Facbook icon. Then the black bar appeared with the facebook icon. I then removed the url for the Facebook icon but the black bar remains. How do you remove it?

I have currently put back the Facebook url so you will see the icon there.

We don't really like the black bar hence we want it back as it was.

Regards

Peter

3,312 Views
Message 1 of 12
Report Inappropriate Content
1 Best Answer

Best Answer

Hi

It didn't work?

Ok you said you see   #header .row1   put display: none;  under this...

It should work.

#header .row1, #footer {
    background: #333333;

    display: none;

}

In some cases maybe you have to use: ''important'' 

#header .row1, #footer {
    background: #333333;

    display: none !important;

}

View Best Answer >

3,268 Views
Message 13 of 12
Report Inappropriate Content
11 REPLIES 11

@Peter65, I am sorry I do not have an answer to your problem.  I would like to know how you got your social icons in your header because I'm trying to do the same.  Would you mind sharing?  Additionally, what is your website?

Thanks!

3,293 Views
Message 13 of 12
Report Inappropriate Content

Ok I have removed the facebook icon see attached first image 'home page' where you can see the name of the company (.co.uk) for website address.

The second image  shows the build page in the editor. Top right you see the social icons.

Click on an icon and a box comes up where you add the url to the appropiate icon, eg the Facebook group. When you publish this you get the black bar at the top with the appropiate social icon, i.e Facebook.

But when you remove the url from the Facebook icon the icon dissapears but the black bar at the top remains. The black bar was never there previously.imageimage

3,292 Views
Message 13 of 12
Report Inappropriate Content

Hi

It is very easy... Please post your site link and I will give you the right lines to comment or modify. Smiley Wink

Bye

3,290 Views
Message 13 of 12
Report Inappropriate Content

All you have to do is to open your Editor. Go to Theme in the top bar and then press Edit HTML / CSS

In your CSS somewhere near #header copy this rule:

.row1 {
    display: none;
}

and the top bar will disappear.

Bye Smiley Wink

3,286 Views
Message 13 of 12
Report Inappropriate Content

Hello Peter65! It looks like you have things worked out, but just as a heads up, you should be able to turn those social icons off in the Theme menu, under Theme options.

3,266 Views
Message 13 of 12
Report Inappropriate Content

Hi bmchawk 

 

Some themes don't have a top bar. So you must ad it manualy...

For more attach the link to your site

Bye

3,277 Views
Message 13 of 12
Report Inappropriate Content

I'm afraid that didn't work!

Here is the code

#header,
#banner,
#main {
position: relative;
width: 100%;
padding: 0;
margin: 0;
}

.row1 {
display: none;
}

Further down there are more references here like

#header .row1,

3,271 Views
Message 13 of 12
Report Inappropriate Content

Best Answer

Hi

It didn't work?

Ok you said you see   #header .row1   put display: none;  under this...

It should work.

#header .row1, #footer {
    background: #333333;

    display: none;

}

In some cases maybe you have to use: ''important'' 

#header .row1, #footer {
    background: #333333;

    display: none !important;

}

3,269 Views
Message 13 of 12
Report Inappropriate Content

That worked, cheers!

3,253 Views
Message 13 of 12
Report Inappropriate Content

True this works but leaves a narrow grey band on desktop browsers and on mobile site version a huge wide band.

846 Views
Message 13 of 12
Report Inappropriate Content
Square

It sounds like you may be on an older theme, @rclpbeerfest. Can you post a link to your site so we can take a look? Thanks!

844 Views
Message 13 of 12
Report Inappropriate Content
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.