Hello, Paste this code in Custom CSS Ge0craft Settings > Theme Option > Styling Option > Custom CSS Code: .top_strip .menu .associative_link { visibility: hidden; }
Thanks it worked perfectly But is it possible to change the color of the area where those buttons were, so that it has the same color as the rest of the header
Hello, Paste this code in Custom CSS Ge0craft Settings > Theme Option > Styling Option > Custom CSS Code: .top_strip { background:red; } Inplace of "red" put your color code.
I have tried to paste this code: .top_strip { background:309ed1; } But it didn't work. Any other sugestions?
Hello, You have missed #. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .top_strip { background:#309ed1; }