Hi there,
I’m not particularly familiar with CSS, so I started to read about it on this page:
https://www.w3schools.com/css/css_table.asp
and to experiment in order to get the desired effect on my tables.
I added this
to the text content. This resulted in the desired effects on the table.
Couple of things I noticed immediately:
- adding this to the text field for one table, resulted in a change of all the tables on that page
- as you can see, after saving the page, the added style section is nowhere to be found, and can therefore not be accessed again…
- UPDATE: now that I’m typing this (made the changes in the morning, but only had time for support now) I just noticed that the striped pattern of the table is gone, but the emphasis color stays… beats me…
- UPDATE 2: nope the alternating pattern is back again in the page I published… (see below)
So what I did to try and cure this was check all the CSS “spots” in Pro that I know of, only to confirm that there is no mentioning of the added style either… nowhere.
.
My question is… how do I get rid of the style changes I made (without deleting the page), and how can I style one table at a time, with the style configuration still available and not disappearing on me after saving.
Basicly I would like:
- the columns in the three tables to align (no idea why they don’t do this now).
- I’m considering the alternating striped background
- the hover effect on the selected row
- a colored header table cause I’m thinking of splitting up the tables (headers should not be in different alternating colors)
I published a copy of the page in order for you to see what the problem is:
https://www.schoonheidsspecialistemalle.be/testingprices1/
Could someone please help me out?