Tareq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] How do I center the navigation menu?No not at all!
Forum: Themes and Templates
In reply to: [Vantage] How do I center the navigation menu?I appear to have just broken my Chrome Dev tools, I’ll be back in a minute…
Forum: Themes and Templates
In reply to: [Vantage] How do I center the navigation menu?OK, try the following in your stylesheet.
.menu-main-menu-container ul { margin: 0 auto; display: table; float: none; }I’ll keep my eye on it!
Forum: Themes and Templates
In reply to: [Vantage] How do I center the navigation menu?It’s looking very central to me, even if it’s not set as central.
Forum: Themes and Templates
In reply to: [Customizr] Removing "Category Archives :"Go to:
Appearance -> Customise and at the bottom of the left sidebar is a Custom CSS option, click on that and put the snippet in there, save it. Go back to your site and refresh.
Forum: Themes and Templates
In reply to: [Customizr] Removing "Category Archives :"You can do this with CSS – hacking the core PHP will take me a little longer (and is discouraged).
.article-header { visibility: hidden; } .article-header span { visibility: visible; }Forum: Themes and Templates
In reply to: [Customizr] Removing "Category Archives :"Do you have a link to your site please?
Forum: Themes and Templates
In reply to: [Hueman] Remove Tagline From HeaderNo problem.
Forum: Themes and Templates
In reply to: [Hueman] Remove Tagline From HeaderYeah, just copy my exact snippet, i.e. don’t need the .mystyle{ or the closing }
Copy this exactly:
.site-description { display: none; }Forum: Themes and Templates
In reply to: Does anyone know how to get this theme??I really can’t recommend anything apart from looking in the WordPress.org Theme Repository:
Theme’s are well indexed with tags and keywords, so you should be able to find what you’re looking for.
Do you want to disable the Sticky Menu? For all devices?
Appearance -> Theme Settings -> Navigation Tab -> Uncheck Sticky Menu.
Forum: Themes and Templates
In reply to: [Hueman] Remove Tagline From HeaderWithin your stylesheet, add the following:
.site-description { display: none; }Forum: Themes and Templates
In reply to: Does anyone know how to get this theme??http://www.greattravels.co.uk/wp-content/themes/XSBasico/style.css
Tells you the Theme URI and Author URI at the top of the stylesheet.
Even better:
<iframe width="560" height="315" src="//www.youtube.com/embed/vZWy0cfXRkU?autoplay=1&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>Removes the top info bar too!
Try this:
<iframe width="560" height="315" src="//www.youtube.com/embed/vZWy0cfXRkU?autoplay=1&controls=0" frameborder="0" allowfullscreen></iframe>Tested on my dev site.