Adding a button: button class
-
I am looking at adding a button. I am taking the example of the theme and using “inspect element”, I am looking at the demo page: https://shoreditchdemo.wordpress.com/?demo
I am not too sure how to use the element: Button . This is HTML and not CSS and I can not add it right away (I understand button minimal is a pre-defined class that can be “plugged in”).
Further inspecting the demo page, I see:
.button.minimal:before, .button.alt:before {
border: 2px solid;
border-radius: 5em;
content: “”;
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;Should I use this instead? And, in the customiser, how to define where I want to use this button?
I am getting my head round CSS and starting with this might not be the easiest. So apols if I am on the wrong track!
Tks for your help.
The page I need help with: [log in to see the link]
The topic ‘Adding a button: button class’ is closed to new replies.
