Am beginner i have many changes in my website.

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeAm beginner i have many changes in my website.

This topic has been marked as not resolved.

Hi i need to edit my website in many areas.

1. how can i upgrade it to shoppica2

2. how can i keep small banners in home page, down the slideshow.

3. how can i widen my search and highlite it which stylesheet i need to edit and what should i edit please help me so that i can edit myself and save money…:)

August 1, 2012 at 6:26 pm #11980

Hi,

1) You cannot directly upgrade to Shoppica 2, if you have Shoppica 1. You can consider both as two different themes.

2) These small banners can be inserted from the Shoppica banners extension. You can check the documentation and see how to create banners sets and put theme in pages.

3) To styles the search field, you need to use this selector at the end of your catalog/view/theme/shoppica/stylesheet/screen.css:

#site_search input[type=text]:focus {
  background: #YOUR_COLOR; /* you can put a highlight color */
  border-color: #YOUR_COLOR; /* you can put a border color */
  box-shadow: 0 0 5px rgba(255, 200, 0, 0.6);
}

Best,
ThemeBurn team

August 6, 2012 at 11:05 am #12110
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.