ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Removing "Blog" from static front pageHello Vectra,
Easy to do. Paste this code on your css form:
body.blog #content-core{ display:none; }Let me know if it works.
Forum: Themes and Templates
In reply to: changing the color of the header in nevia templateTo fix you need to create a child theme. Copy the header.php. Find the code:
<div class="container"> <div class="header"> ... </div> </div>And add this some extra class on container div:
<div class="container extra-class"> <div class="header"> ... </div> </div>And change the css code:
.extra-class{ width:100%; }Let me know if it works.
Forum: Themes and Templates
In reply to: changing the color of the header in nevia templateHello Jorge,
Just paste the code on your custom CSS plugin or form if your theme has this feature:
.container{ width:100%; } #header{ width:100%; background: blue /* change the color you need */; }Let me know if it works.
Forum: Themes and Templates
In reply to: [Formation] Content not displaying correctlyNice to hear 🙂
About your menu: is possible to center, but I don’t recommend. This menu because it is too wide to center. It takes all width of your content. Besides, center the menu will brake its visual like it is now: the “contact us” item brake the menu.
I recommend you to use a plugin to give a responsive behavior to your menu. Just check on wordpress.org plugins. It will be clean, fast and easy for you to do it.
Hope it helps. Have a nice day.
Forum: Themes and Templates
In reply to: [Formation] Content not displaying correctlyOk,
I saw your code. Its something wrong with the theme CSS. So I recommend you to find on your css file the code:
margin-bottom: -1.5em;And comment it out. Let me know if it works.
Forum: Plugins
In reply to: [Brazilian Market on WooCommerce] Fields not displayingNevermind. I found the issue. Sorry and Thanks!
Forum: Themes and Templates
In reply to: [Origin] Why is the site title wrapped?Nice!
Glad to help 😀
Forum: Themes and Templates
In reply to: [Shell Lite] Change colour of the Featured-ButtonNice!
Glad to help 😀
Cheers!
Forum: Themes and Templates
In reply to: Looking for a good magazine theme for my siteHello @andrew.
Sorry about it. Didn’t know has a system to call moderators. Sorry. I call for an moderator on those 2 threads because in the past I’ve saw a problematic thread, similar to those 2, that may causes a spam flood. That thread on the time was closed by a moderator. Just trying to help 🙂
Thanks for the warning.
Cheers!
Forum: Themes and Templates
In reply to: [Origin] Why is the site title wrapped?To solve, paste this code on your Custom CSS plugin or theme css form:
#branding{ width:40%; }If your theme doesn’t support custom css code, you can use this plugin to paste this code on it.
https://wordpress.org/plugins/simple-custom-css/
Let me know if it works. 🙂
Forum: Themes and Templates
In reply to: [Formation] Content not displaying correctlyNo problem Mike! No need to be afraid 😉
Install this plugin:
https://wordpress.org/plugins/simple-custom-css/
And paste this code on “Appeareance -> Custom CSS”
Save and done 🙂
Let me know if it works.
Forum: Themes and Templates
In reply to: Finesse WordPressRecloud,
I recommend you to use “Responsive”. Is one of theme I use for my business clients. This theme is more simple but works very well 😉 But you can choose one from wordpress.org collection. All free.
Cheers!
Forum: Themes and Templates
In reply to: Mi tema DIVI no funciona en MobileHello Again,
Well Davi is a Premium theme, so I recommend you to contact the Elegant Themes support to solve this issue.
Thanks and good luck.
Forum: Themes and Templates
In reply to: Change Widget Background colorsYay!!! Nice! Let me know if you need more help in the future 😉
Forum: Themes and Templates
In reply to: changing the color of the header in nevia templateHelloe!
Seems your site is broken :/
Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /home/jdsousa/public_html/wp-content/plugins/LayerSlider/layerslider.php:101) in /home/jdsousa/public_html/wp-content/themes/nevia/plugins/LayerSlider/layerslider.php on line 102