Roman Bondar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hiero] Customizing text on post listYou are welcome! 🙂
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Hiero] Customizing text on post listHello,
Is there a way to customize the text on my list of posts?
Yes, you can write your own excerpts in specific posts and leave others with default one, please check this WordPress support article for more details on this topic:
Feel free to leave here a note if you need more help.
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Hiero] Have text extend all the way to the right?By the way, it would be nice if you mark this topic as Resolved 🙂
Forum: Themes and Templates
In reply to: [Hiero] Have text extend all the way to the right?OK, you are welcome!
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Sydney] Header content disappeared with updateHello,
Please make sure that you have the correct settings in the Customize → Header area → Header type section. Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Hiero] Have text extend all the way to the right?Hello,
Is there a way to get more lines of text to appear? There are only 3, but it seems like I could fit more before the “continue reading.”
Also, while I’ve got you….
That text doesn’t seems to hold any line breaks. It’s just a long run of characters, despite the actual post having separate Gutenberg boxes. Is there a way to clean that up?Please create a new topic for this in order to make it easier to help you.
But the change in text length has had an impact on the front page. It moved my social icons up to the top (they were at the bottom before), while also centering my google form.
Is is possible to have that code only work on the page(s) I specify?
Okay, please try to use this CSS code instead of the previous one:
body:not(.home) #primary #content, body:not(.home) #widget-area-2 { margin: 0; }Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Hiero] Featured image aspect ratio and text line lengthOK, you are welcome!
Kind Regards, Roman.
Hello,
The code you shared worked well to change the title hover, but did not change the other parameters of the page, such as the background of the tag colour, clock icon to represent the date posted, and the author icon.
Okay, please try to use this CSS code instead of the previous one:
.layout-two-columns .site-content .content-area article .entry-title a:hover, .layout-two-columns .site-content .content-area article .entry-meta i { color: #DF2176; } .layout-two-columns .site-content .content-area article .entry-header .first-cat { background-color: #DF2176; }Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Sydney] Remove navigation.post-navigationHello,
I would be glad to help you, but can you please first provide a link to your website in order to let me check it?
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Sydney] Style of each element in latest news widgetHello Catherine,
It looks like these issues require some coding and testing on different screen resolutions. This is time-consuming, so it goes beyond aThemes support. Hope for your understanding.
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Sydney] no header color on only top page of home.Hello, try to use the following CSS code.
You can add CSS code in Customize → Additional CSS section.
header#masthead { background-color: rgba(38, 50, 70, 0.9); }Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Sydney] Sides of the page are showing whiteHello,
It looks like you have to stretch these images by setting their width to 100%.
Just edit an Image widget, go to the Style tab, then set the Width here:
https://prnt.sc/tmehxnAlso, I think that it would be better to use larger resolution images there, at least Full HD.
And here is the Elementor Image widget documentation page:
https://docs.elementor.com/article/112-imagePlease feel free to ask any other questions that you might have.
Kind Regards, Roman.
Hello, try to use the following CSS code.
You can add CSS code in Customize → Additional CSS section.
.layout-two-columns .site-content .content-area article .entry-title a:hover { color: #DF2176; }Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Hiero] Have text extend all the way to the right?Hello, try to use the following CSS code.
You can add CSS code in Customize → Additional CSS section.
#primary #content, #widget-area-2 { margin: 0; }Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
Forum: Themes and Templates
In reply to: [Hiero] Featured image aspect ratio and text line lengthHello,
The images are now 2X3, but the border around them doesn’t match the new thumbnail size.
Please try to add this CSS code in the Customize → Additional CSS section:
.entry-thumbnail { height: 167px; }Kind Regards, Roman.