I found a theme I really like:
/
Unfortunately, the "Read more" button is in a position I don't really like:
I would vastly prefer if the button was below the post. Sadly, I'm quite unfamiliar with wordpress and don't really know where to get started.
I suppose this could be done using CSS? I'm hoping someone can point me in the right direction.
I found a theme I really like:
https://de.wordpress/themes/online-consulting/
Unfortunately, the "Read more" button is in a position I don't really like:
I would vastly prefer if the button was below the post. Sadly, I'm quite unfamiliar with wordpress and don't really know where to get started.
I suppose this could be done using CSS? I'm hoping someone can point me in the right direction.
Share Improve this question asked Aug 13, 2019 at 14:41 FangFang 1033 bronze badges2 Answers
Reset to default 2If you go into your Admin section, under Appearance > Edit CSS, you will be able to override the CSS of the theme. In order to find out what the class is, you might want to Inspect the control with Google Chrome's Developer Tools.
If you look at the demo for your theme, you will see those buttons are on new lines.
https://de.wordpress/themes/online-consulting/
It looks like it just needs to be a paragraph and then the button. Do you maybe have the button inside the paragraph?
If you go to the demo in your browser and right click the button and select "Inspect". You can view the demo HTML and CSS.
You can make a child theme or save new CSS in Appearance > Customize > Additional CSS
.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745246064a4618416.html
评论列表(0条)