-
Author
-
April 14, 2018 at 22:14 #194762mbfitParticipant
Hello in regards to the Blog main page, on the Dashboard text field I input some text and then an Insert Read More Tag.
Text prior to thh Tag shows on the main page however I cannot increase the Font size. I thought that if I did that in the Dashbaord it would increase but it only repeats the same words and font size within the Blog Post aside from the external main page. Elementor doesn’t give you control of that either. is there no option to modify this? Demo pic Blog Posts x3
Other was Set Featured Image:
Adjusting for say centering images on the Main Blog Page so all Blog Posts align relatively seems to not have that option. All images align left. Once another options page popped up other then the demo pics below that gave a lot more options to center and adjust however when saving work it loads to a blank page and you lose work in the Blog.
I have not been able to recreate this other pop up when selecting Set Featured Image.
Is there a way to make more adjustments with uploaded images? Again Elementor locks you out of adjusting that image.
Attachments:
You must be logged in to view attached files.April 14, 2018 at 22:30 #194771Kieran_SQModeratorHi,
Thanks for reaching out about the issues you’re facing. The read more tag will not alter the CSS of the preview shown for a blog post, you can however use custom CSS to alter the size of the font in the preview.
Add the below CSS to your SweetDate Child theme’s style.css file via WP Admin > Appearance > Editor > SweetDate Child > Style.css to override the default font size
COPY CODE.article-content p { font-size: 16px; }
Adjust the px value to suit your needs and clear your caches to see the changes on the front-end.
With regards to changing how the default cropping of featured images works I will refer this ticket to one of developers who will be in touch with you as soon as they can, Monday to Friday, East European Time.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 16, 2018 at 21:10 #195044mbfitParticipantOk I will use that code thanks! As far as the images I decided to figure out the dimensions of that page and alter the images that will be used to fit accordingly or set the image behind a white background to have it centered etc. Thanks I will close thread.
April 16, 2018 at 21:23 #195048Kieran_SQModeratorHi,
Glad it is working for you, feel free to open a new ticket any time and we’ll be happy to assist.
All the best,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 16, 2018 at 22:01 #195054mbfitParticipantHi I noticed this wasn’t main Blog page specific it had changed the font size site wide however
April 16, 2018 at 22:03 #195055mbfitParticipantfor example I have a private policy page and it increased the font size
April 16, 2018 at 22:33 #195060Kieran_SQModeratorMy apologies, try the below CSS where I have added this missing .blog class
COPY CODE.blog .article-content p { font-size: 16px; }
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 16, 2018 at 22:51 #195064Kieran_SQModeratorNo worries, sorry again! 🙂
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.