Tagged: layout
- This topic has 5 replies, 2 voices, and was last updated 5 years, 4 months ago by Skandha.
-
AuthorPosts
-
July 12, 2018 at 5:37 am #149214josefsdorfParticipant
Part one:
How can I change the distance between featured image and page title?
Currently this pecks too much togetherPart two:
Where can I change the Color for the butten at the excerpt (read more)?July 12, 2018 at 6:31 am #149222SkandhaParticipant@josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To change space the between featured image and page titles */ .page .entry-title { padding-top:20px; }
Please post in your URL and let me know which read more button color you want to be changed.
Let me know if this helps you out!
Kind Regards,
SkandhaJuly 12, 2018 at 11:12 am #149266josefsdorfParticipantThank you for the tip. It works.
For example the colour-change ist required by following sites:
http://musikschule-gerungs.at/category/team/
at the button named by us “Mehr Infos …”
At the site: http://musikschule-gerungs.at/1-preis-beim-volksmusikwettbewerb/
I would like to change the blue colour at the pagination buttons “previous” and “next”.I also want to know, who I can change the name “previous” and “next” at the pagination buttons.
Thank you for your great supporting!
July 13, 2018 at 12:48 am #149289SkandhaParticipant@josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/*To change background and border color of Read More button */ .readmore a { background-color:red; border-color:blue; }
/*To change Pagination button color */ .post-navigation a:hover, .post-navigation a:focus { background-color:#123456; }
You can change the color according to your requirement.
To change previous and next text in the pagination button you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization.
Let me know if this works out!
Kind Regards,
SkandhaJuly 13, 2018 at 3:44 am #149314josefsdorfParticipantThank you!
Is it possible to change previous und next button with plugin Loco Translate?
One more question:
What have I to write into the CSS, to change space beetween featured Image und post title?Like entries at page title:
.page .entry-title {
padding-top:20px;
}July 13, 2018 at 5:02 am #149332SkandhaParticipant@josefsdorf: Yes, I think you can change the previous and next button using the plugin.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.post .entry-title { padding-top:20px; }
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘distance and colors’ is closed to new replies.