Roy Rozando
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can't change the text color of one item in navigation menuIt could be w3 total cache’s issue or web hosting’s cache. Try to disable w3 total cache and clear the cache. If the issue still exists then maybe it’s web hosting’s cache.
Forum: Themes and Templates
In reply to: Changing the "Big Title" text color opacity in Zerif Lite themeyou can try to add this css code:
.intro-text { opacity: 0.7; }
Forum: Themes and Templates
In reply to: Can't change the text color of one item in navigation menuAlso testing sometimes with ‘inspect’ option in chrome to try and see how the text reacts to code in real time but nothing seems to work
It works with inspect element in chrome https://prntscr.com/c0ngdp
Forum: Themes and Templates
In reply to: Can't change the text color of one item in navigation menuHave you cleared the cache after changing the css code? I see you use W3 Total Cache plugin. It seems cache issue.
Hi,
It seems this css code that cause the issue
a { line-height: 70px; }
add this css code to fix it
.section-contact .address-contact .address-content a { line-height: 2; }
Forum: Themes and Templates
In reply to: [Oblique] How to remove date, time and category below post titleHi,
Try to add this css code into your css editor:
.entry-meta { display: none; }
Forum: Themes and Templates
In reply to: theme unbranding and footer full widthHi, where did you input my code?
Forum: Themes and Templates
In reply to: Need to reduce size of header logoHi,
There are 2 options:
1. Resize your logo first before upload. Recommended height 40px – 60px.
2. You can use custom css in theme option to reduce your logo image size.Here is the css code:
#logo-image { max-height: 40px; }
You can change the value. I give you an example “40px”.
I prefer the first one because load smaller image can speed up the page load.
But it’s up to you.hello there,
what theme did you use as parent theme?
can you show me the content file style.css in child theme folder?Forum: Themes and Templates
In reply to: [Hueman] Hide category descriptionSorry, I can’t find what you mean the long description https://prntscr.com/b7bkl7
Forum: Themes and Templates
In reply to: [Customizr] Darken the frame in the slideshowYou can use custom css and add this code
.carousel-caption { background: rgba(0,0,0,.5); }
The default value is rgba(0,0,0,.2). You can increase the value in the last parameter to darken the frame. For example 0.5. Value “1” is absolute black (not transparent).
Forum: Themes and Templates
In reply to: [Hueman] Hide category descriptionHello,
You can use simple custom css plugin to hide the description. Can you share your URL and tell me the part that you want to hide? I’ll give you the CSS code.
Forum: Themes and Templates
In reply to: [BeTheme] Action Bar – social links and moreHi taoora,
You can remove or add some of the social icons in the action bar by editing social setting in BeTheme Options ( Appearance > BeTheme Options > Social Section). Just leave the fields blank if you don’t want the icons show up.
For the label under menu question, in menu setting Click Screen Option > Show advanced menu properties > Check description. You should can find where to change the description.
I have no idea how to add search box in the action bar. Maybe you can contact the theme author for help or hire a web developer to make it with child theme.
I hope this can help you.
Forum: Themes and Templates
In reply to: theme unbranding and footer full widthHi,
try to use this custom css.
#horizontal-menu-wrap { width: 100%; } #footer-banner-right.designer { display: none; }
Let me know if it works.
Forum: Themes and Templates
In reply to: [Make] WooCommerce – Centering or Extending Products ListedGreat!
It’s my pleasure to help you. I’ll contact you if I need art print ??