Help CSS with changing search button image and remove

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeHelp CSS with changing search button image and remove

This topic has been marked as resolved.

Hello,

I am pulling my hair out over this. Please see my image below. I am trying to remove the white line in the header using css with out effecting my other store. I am using Multi-store.

How can I change the search button image to match my site with no white corners?

How can I change the arrows?

How can I CSS the header text Wish list, My account, Checkout, shopping cart, so I can see it. I have been trying for two days now and I am stuck on this can you please Help me.

Thanks

Also if you have time can you also reply to my other post.

http://support.themeburn.com/topic/help-with-making-some-changes-to-my-theme

October 19, 2012 at 6:46 am #14473

Please….

I need some help with changing the search button image in the header to transparent or a different image. I have tried to style it using CSS in the Shoppica 2 admin panel but nothing is working.

{

.s_search_button {

background-image: url(../image/find-icon.png) no-repeat top right !important;
bcakground-color: transparent;
}

This makes no changes.

Also how do I remove the Two white space lines that are in the header with out affecting my other store?

Thanks for your time,

Krazy 4 Sales

October 23, 2012 at 4:46 am #14573
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
October 23, 2012 at 5:44 pm #14637

Hello,

I have tried this code and it does not make any changes to the site search button inside of Custom Stylesheet field in theme control pane


{
#site_search .s_search_button {
  background-color: transparent !important;
  background: url(../image/find-icon.png) no-repeat center;
}

my website is

October 23, 2012 at 6:33 pm #14640

Also if you look in the header there are to white hard lines one above the menu navigation bar and one to the right of the checkout cart. How can i style that also. or just remove them.

Thanks for your help

Krazy 4 Sales

October 23, 2012 at 6:36 pm #14641

OMG he he he I see what I did wrong I cant believe I did not see my error for changing the button

I had { and not } like it should be. Any way thanks for the search button help. But I still can not change the white line in the header above the menu navigation.

Thanks,

Krazy 4 Sales

October 24, 2012 at 6:44 am #14652

ok I figured it out.

Thanks for your help.

Krazy 4 Sales

October 24, 2012 at 8:52 pm #14664

Glad you’ve managed to solve your problems :)

Unfortunately, it is a little bit tricky to restyle these custom elements, but this is the price of the color schemer :)

Best,
ThemeBurn team

October 26, 2012 at 11:38 am #14712
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.