vladff
Forum Replies Created
-
Hey,
Use this in a custom CSS plugin:
.project-name, .project-desc { display: none; } .entry-header { border-bottom: 0; }This will keep the actual project title, I assume you want to keep that.
Forum: Themes and Templates
In reply to: [Moesia] Add full comments on front pageYou can’t do that, but post a link to your website so I can see your exact situation.
Forum: Themes and Templates
In reply to: [Moesia] Menu on blog page disapearWell, that plugin isn’t updated since 2012 🙂
You should probably look for an alternative.Forum: Themes and Templates
In reply to: [Moesia] Social icons hidden with AdBlockHey,
Depends on the activated list of rules I think. Anyway, there isn’t anything we can do about this. Not really sure that even the creators of FontAwesome (the icons pack we’re using) can do anything about this.
Forum: Themes and Templates
In reply to: [Moesia] Remove header underlineYou can add this to a custom CSS plugin:
section .widget-title:after, .panel.widget .widget-title:after { border: 0; }Forum: Themes and Templates
In reply to: [Moesia] set page content area background color and transparencyCan you post a link to the single page you want to change?
And yeah, opacity will change everything in that container, that’s how CSS works.Forum: Themes and Templates
In reply to: [Moesia] Moesia Services will not display anything?Hey,
I see you managed to add testimonials. See the documentation if you need more help.
Forum: Themes and Templates
In reply to: [Moesia] How to set and display project description and titleForum: Themes and Templates
In reply to: [Moesia] Need menu to link to rowsOnly way for it to disappear is if you deactivated it from Customize > Welcome area.
Forum: Themes and Templates
In reply to: [Moesia] Scroll to menuSee this topic please: https://wordpress.org/support/topic/need-menu-to-link-to-rows?replies=8
It’s not different in Moesia than in any other theme.Forum: Themes and Templates
In reply to: [Moesia] Menu on blog page disapearI have no idea, I think it might be plugin related. Try disabling your plugin one by one and see if it helps.
Forum: Themes and Templates
In reply to: [Moesia] Need menu to link to rowsWorks fine for me, I’m guessing you resized your images by now?
Forum: Themes and Templates
In reply to: [Moesia] Need menu to link to rowsThey do have IDs 🙂
These are the ids: pg-507-0, pg-507-1, pg-507-2, pg-507-3.
The page builder plugin generates an ID for each row.Forum: Themes and Templates
In reply to: [Moesia] Menu on blog page disapearCould you post a link to your website please so we can see the issue?
Forum: Themes and Templates
In reply to: [Moesia] Services icons – diable the hover blue colorThe css from the Addthis plugin ovewrites the one from your custom CSS plugin. Use it like this please:
.service-icon:hover { background: #ff6b53 !important; }