Product selection button formatting
HSNM Front-end Welcome Portal general discussion about HTML, CSS, layout, custom apps, templates

Rate this topic
   Post Reply
3 posts   •   Page 1 of 1
Andrushka
Posts: 58
Joined: 12 Dec 2017, 15:07

Product selection button formatting

by Andrushka » 26 Feb 2019, 16:02

I am trying to change the formatting of the product selection buttons ( AppContentProductFormAcquireButton0 etc.).

It appears the buttons are members of the class ProductLine. However if I try to change the formatting of either the class or the individual button id I cannot modify the background colour.

For example if I add the following CSS:

.ProductLine {
background-color: #ff005b;
color: black;
}

Text colour changes to black as expected but the background colour remains grey not pink.

Any ideas?

HSNMSupport
Posts: 1532
Joined: 26 Jul 2016, 09:16

Re: Product selection button formatting

by HSNMSupport » 27 Feb 2019, 09:22

Hi Andrushka,

please, first be sure to have set your CSS code in the custom CSS of the Login App section of your template.

Then, just add the !important to your CSS, as shown below:

.ProductLine {
background-color: #ff005b !important;
color: black;
}

hope I have helped you.

Best Regards.

Andrushka
Posts: 58
Joined: 12 Dec 2017, 15:07

Re: Product selection button formatting

by Andrushka » 05 Mar 2019, 11:03

Thanks - that fixed problem.

Rate this topic

Who is online

Users browsing this forum: No registered users and 8 guests

It is currently 27 Apr 2024, 21:05