adding a button on top of an image in a page
-
Hi,
I would like to add a button on top of an image in a page in wordpress.
How do I do that?I use a plugin called “Buttons Shortcode and Widget“ that generated the following shortcode:
[otw_shortcode_button size=”medium” icon_position=”left” shape=”round”]next page[/otw_shortcode_button]
Currently this button is placed below an image that I have on my page, but I want it to be placed on top of it.
From css I know that I need to put a div tag around the button short code, but I have NO CLUE where to put the positioning of the button in the css. I have a theme and I don’t know where to post this example css:
#buttonPos01{
position: absolute;
left: 20%;
top: 20%;
}Can anyone guide me where to find the right stylesheet and place in the css where I can put the css that places the button on top of the image on my page in wordpress?
Thanks for your help
Ana
- The topic ‘adding a button on top of an image in a page’ is closed to new replies.