torres126
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Assistant] Stripping out Creator MetadataWhoops, I forget image links don’t work here. It’s below:
Forum: Themes and Templates
In reply to: [Hestia] Hestia Title in one rowHi there, please try the following CSS and let me know if it works for you.
.navbar .title-logo-wrapper { max-width: none; }Forum: Themes and Templates
In reply to: [Miyazaki] Footer credits removalHi there,
CSS varies by theme, so that can be expected, but achieving what you’re intending is possible using the following CSS with your current theme:
.theme-credits { display: none; }Let me know if that works for you. 🙂
Forum: Themes and Templates
In reply to: [20/16 VCReady] Remove “Published by ….”?I’m sorry that I somehow missed this thread, I’m glad you figured it out though.
Forum: Themes and Templates
In reply to: [Yoga] Comment box area visible when comments disabledHappy to help! 🙂
Forum: Themes and Templates
In reply to: [Shoreditch] Problem with text colorGlad to hear, happy to help! 🙂
Forum: Themes and Templates
In reply to: [Shoreditch] Problem with text colorHi there,
Could you please try the following CSS? I’m using #000 as a HEX code example, but feel free to update it to whatever you wish.
.hentry:last-of-type .entry-content p, .blog.hfeed .entry-content p { color: #000; }Let me know if that works for you!
Forum: Themes and Templates
In reply to: [Yoga] Comment box area visible when comments disabledHi Melanie, could you please try the following CSS and let me know if this works for you?
.page #comments { display: none; }Forum: Themes and Templates
In reply to: [20/16 VCReady] Remove “Published by ….”?Hi there, please try the following CSS and let me know if that works for you:
.post-meta span.author { display: none; }Forum: Themes and Templates
In reply to: [Helena] NEED TO CHANGE COLOR IN HELENA THEMEHi there, your site is currently in a maintenance mode, so could you please let us know which colours exactly you wish to change?
Happy to help. 🙂
Forum: Themes and Templates
In reply to: [Twenty Seventeen] edit contact form dimensionsGlad it worked! 🙂
Forum: Themes and Templates
In reply to: [Penscratch] Increase Header Text Size and make it boldGlad it worked. 🙂
Forum: Fixing WordPress
In reply to: Cannot remove page title border/box, just the textI’ve responded to you here. 🙂
https://ww.wp.xz.cn/support/topic/cannot-remove-page-title-border-box-just-the-text-2/
Hi there,
No problem, you could use the following CSS to achieve this effect: https://prnt.sc/ljs3d1
article.fbox { display: none; }Let me know if that works for you.