Home › Forums › Basel support forum › Product Short Description not formatting correctly
Product Short Description not formatting correctly
- This topic has 11 replies, 2 voices, and was last updated 6 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
September 19, 2018 at 1:36 pm #77965
arkenmParticipantHi,
I’ve attached a screenshot of what is happening when I put icons into the product short description. I want them all to align left, I’ve also included the code at the bottom perhaps I’m doing something wrong?
Attachments:
You must be logged in to view attached files.September 19, 2018 at 2:36 pm #77980
Elise NoromitMemberHello,
Wrap each block in
div
assign a class and write text-align: leftBest Regards
September 19, 2018 at 2:52 pm #77988
arkenmParticipantWhen I do that it shows like the screenshot it just bunches them up closer together.
Is this correct?
<div class=”text-align:left”> CONTENT HERE </div>?
September 19, 2018 at 5:49 pm #78022
Elise NoromitMemberHello,
HTML:
<div class=”my_content”> CONTENT HERE </div>
CSS:
.my_content{ test-align: left; }
Best Regards
September 19, 2018 at 6:57 pm #78032
arkenmParticipantStill the same problem. I put the CSS in the global CSS section on the theme and then used the code below.
Attachments:
You must be logged in to view attached files.September 20, 2018 at 7:07 am #78091
Elise NoromitMemberHello,
Please try this way:
<div style="text-align:left; clear:both;"> CONTENT HERE </div>
Best Regards
September 20, 2018 at 11:39 pm #78289
arkenmParticipantThank you worked perfectly!
Another quick question, is it possible to change the colour scheme within the theme options for the cart?
Thanks!
September 21, 2018 at 6:26 am #78322
Elise NoromitMemberHello,
The colors are set globally for the whole site. In order to change navigate to the Theme settings > Style and Colors. All the rest is changed by custom CSS.
Specify what do you need to change by custom CSS (if any) we shall provide CSS.
Best Regards
September 24, 2018 at 11:50 am #78708
arkenmParticipantHi,
Sorry just seen this message, I’ll add screenshots of what I need changes to what colours if ok?
Colour: #d2b39f
Basically just the header bar?
Attachments:
You must be logged in to view attached files.September 24, 2018 at 12:13 pm #78712
Elise NoromitMemberHello,
Change the color and add this code to the Theme settings > Custom CSS:
body .page-title .entry-title, .page-title h1 { color: red; } .page-title.color-scheme-light .breadcrumbs span, .page-title.color-scheme-light .breadcrumbs a, .page-title.color-scheme-light .breadcrumbs a:hover{ color: red; }
Best Regards
September 24, 2018 at 12:16 pm #78713
arkenmParticipantThats literally just changed the text to red?
I would like the banner to match the rest of the site, also on the mobile version if possible.
September 24, 2018 at 2:36 pm #78748
Elise NoromitMemberHello,
Yes, this code will change the price into the red, replace “red” with the color as per your needs.
Which banner do you want to modify and how? Please provide the screen and page URL
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register