Inro Back ground Color change

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeInro Back ground Color change

This topic has been marked as resolved.

Hi..
I have two issues with shopica style theme

01.
how to change the intro Bg color? i tryed with Theme c panel but cannot find it only can change the Raw BG color.. please check the attached image

https://prnt.sc/grgrp0

02. how to align buttons in account login/register page check image URL?
https://prnt.sc/grgucp

September 30, 2017 at 9:21 am #61886

Hi,

1) Intro background can be changed from Theme Settings > Style > Intro > Background. In Shoppica besides the flat bg color there are also gradient and texture images.

https://i.imgur.com/kUiARuT.png

2) Here is some extra CSS that will mod buttons alignment:

.tb_page_account_login .buttons .pull-right {
  -webkit-order: 1;
          order: 1;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 20px;
}
.tb_page_account_login .buttons .pull-left {
  -webkit-order: 2;
          order: 2;
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

October 3, 2017 at 12:48 am #61899

Thanks… it worked, can you pls give a custom code for aligning ” Forget Password ” near to the login button

Regards

October 3, 2017 at 5:09 am #61906

Hi,

Please check again the code. We’ve changed it a bit.

BR,
ThemeBurn team

October 8, 2017 at 12:53 pm #61956

It worked thanks…

Regards

  • This reply was modified 2384 days ago by  rasika175.
October 10, 2017 at 8:53 am #61975

Glad we’ve helped!

BR,
ThemeBurn team

October 16, 2017 at 1:48 am #62056
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.