Dumitru Brinzan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Podcast] Logo text is blurredHello Jules,
Try adding this custom CSS code:
#site-logo { padding-right: 0;}
This should do the trick.Best regards,
DumitruForum: Themes and Templates
In reply to: [Podcast] podcast player in post but not on HomepageHello,
Please look through existing support threads in this forum, this question has already been asked a few times before.
For reference: https://wordpress.org/support/topic/embeded-player-how/Best regards,
DumitruForum: Themes and Templates
In reply to: [Photoframe] menu alternative color (like logo)Not the most elegant way of accomplishing it.
The menu elements have a text-shadow property. A black shadow on black text doesn’t look very well, so you might want to remove it in the dark version.You are probably overriding the menu’s color on scroll also, so that’s a bad idea. And you’ve overridden any :hover and :focus effects on the menu elements.
All in all, it’s not the complete code that you have to edit (and preferably without resorting to !important).
But if it works for you, then it’s OK 🙂
Forum: Themes and Templates
In reply to: [Photoframe] menu alternative color (like logo)Hello,
Technically that should be possible, but probably requires quite a bit of customization.
By default the theme doesn’t have such a feature, so you are free to customize the theme according to your own needs.Best regards,
DumitruForum: Themes and Templates
In reply to: [Endurance] Search buttonHello,
By customizing the theme’s core CSS.
Best regards,
DumitruForum: Themes and Templates
In reply to: [Faith] CSS code to change block quotes to be italics.Hello Richard,
Can you provide a link to the page that you’re having issues with?
Forum: Themes and Templates
In reply to: [Photozoom] Header Changea { color: #ff0000; } a:hover, a:focus { color: #333; }There are plenty of CSS tutorials on the Internet.
You might also want to look into some tutorials about Google Chrome’s “Inspect element” tool, it makes everything a lot easier.Forum: Themes and Templates
In reply to: [Endurance] Adding Excerpts to Recent PostsHello,
The theme displays posts in a grid, which means that there is very little space for long blocks of text. Post titles are fine, but excerpts can be very long.
For this reason the excerpts are not displayed by this theme.Best regards,
DumitruForum: Themes and Templates
In reply to: [Photozoom] Header ChangeHello,
I assume that by header you mean the website title that appears in case you haven’t uploaded a logo.
If you have a logo, just upload it and the default title and tagline block will go away.That blue color is the default link color in the theme.
You would be able to change it with CSS, not with HTML.#site-logo a { color: #ff0000; } #site-logo a:hover, a:focus { color: #333; }Best regards,
DumitruForum: Themes and Templates
In reply to: [Endurance] Title and Slogan do not appear on home pageThose two can be customized via CSS. The theme doesn’t come with built-in styling controls for them.
Forum: Themes and Templates
In reply to: [Endurance] Title and Slogan do not appear on home pageHello,
The title and tagline appears for those that don’t have a logo.
If you upload a logo, it very rarely makes sense to have the title and tagline show up besides it.
Usually titles and taglines are part of the logo.Best regards,
DumitruForum: Themes and Templates
In reply to: [Podcast] Posts in home page doesn’t show full textHello,
They don’t show the full post content because they are not supposed to.
Archive pages display post excerpts.Best regards,
DumitruForum: Themes and Templates
In reply to: [Faith] Columns in HeaderHello,
Not by default, the theme doesn’t have such an option.
Best regards,
Do your pages have featured images set for them?
Forum: Themes and Templates
In reply to: [Endurance] Social media icons in menuHello,
The theme doesn’t have any particular features for that.
You would have to use a third-party plugin.Best regards,