- This topic has 10 replies, 2 voices, and was last updated 3 years, 6 months ago by
vako.
-
AuthorPosts
-
November 5, 2021 at 6:52 pm #64810
Hi, I would like to make the following changes if possible:
1. Add localization in blog posts, with the respective icon.
2. Customize the READ MORE buttons, I would like them to be completely black with white fonts.
3. I would like the text of the posts centered only on the home page of the blog.
4. Add new sharing icons, since they are very few, and some useless (like google + closed for a long time now!)
I hope you can help me, thank you!
November 6, 2021 at 7:20 pm #64815Hi @iamarcomicera
At first, thank you for choosing our theme and service.
1. Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.
2 and 3. Please share your website URL and we will check for possible solutions.
4. Unfortunately it’s not possible with the theme options, please try to use some other 3rd party plugins to get the result.
Kind Regards
November 6, 2021 at 9:35 pm #64819Hi, thanks for the answer.
The ones I listed are not issues, I would like to make these customizations with CSS changes.
1. I would like the location with its icon to appear in the posts, for example as in
attached photo.
2. 3. The url of my website: https://iamarcomicera.altervista.org/?doing_wp_cron=1636219299.6143209934234619140625
November 6, 2021 at 9:44 pm #64820Example of localization in the post:
https://mega.nz/file/H34QgQKL#V3kHTnyD88kwemuug6YYtNJr18S2FWcau7D3AnYyevw
November 8, 2021 at 11:30 am #64826Hi @iamarcomicera
1. Unfortunately it’s not possible with the theme options, please try to use some other 3rd party plugins to get the result.
2 and 3. Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.read-more a { color: #fff; background: #000; } .read-more a:hover { color: #fff; } .blog .post-content p { text-align: center !important; }
Kind Regards
November 8, 2021 at 12:48 pm #64831Thank you, is it possible to have a CSS rule to also change the color of the category title in the sliders?
November 8, 2021 at 9:57 pm #64840Hi @iamarcomicera
Sure, please share with us the colour you want to be added and we will send you a CSS snippet.
Kind Regards
November 9, 2021 at 3:27 am #64846I would like the category title in the sliders to be BLACK.
Thank you.
November 9, 2021 at 12:50 pm #64849Hi @iamarcomicera
We can’t see any categories to be presented on the sliders, can you please share the screenshot if we are missing any part of it?
Kind Regards
November 9, 2021 at 1:15 pm #64850Hi, the category in the slides was disabled. Can you try again?
Thank you.
November 9, 2021 at 7:44 pm #64853Hi @iamarcomicera
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
.slider-categories a { color: #000 !important; }
Kind Regards
-
AuthorPosts
- You must be logged in to reply to this topic.