batharoy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body backgroundMay take a few minutes for reply as I test changes on your site before posting.
Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body background/*Circles around featured images*/ .round-div { border: 104px solid #000; }Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body background/*Font color and style*/ body { color: #707070; font-family: 'Open Sans', sans-serif; }Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body backgroundFor the footer menu and links.
Those are footer widgets, go into Appearance > Widgets
You should see them both under footer widget 1, move one of them to footer widget 2.Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body backgroundLast changes did show when I refreshed the page.
/*Sidebar widget icons orange*/ .widget h3:before { color: #F25C27; } /*All links orange color*/ a { color: #F25C27; } /*Body background black*/ body { background: #000; } /*Removes text shadow for a cleaner text look*/ * { text-shadow: none !important; }Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body background/*Dropdown menu background and hover colors*/ .dropdown-menu > li > a { color: #fff; background: #000; } .dropdown-menu > li > a:hover { color: #fff; background: #F25C27; } .dropdown-menu { background-color: #000; border-radius: 0; } /*Current page menu item*/ .navbar .nav > li.current-menu-item > a{ color: #fff; background: #000; } /*Content background*/ .entry-content { background: #ccc; padding: 10px; }Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body backgroundI think this will do most of what you want:
.navbar-inner { background: #F25C27; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } .tc-header.clearfix.row-fluid { background: #F25C27; } .site-logo img { width: auto; height: auto; } .navbar .nav > li > a { color: #fff; text-shadow: none; } .navbar .nav > li > a:hover { color: #fff; background: #000; } .caret { border-top: 4px solid #fff; } .navbar .nav li.dropdown .caret { border-top-color: #000; border-bottom-color: #000; } .navbar .nav li.dropdown > a:hover .caret { border-top-color: #fff; border-bottom-color: #fff; } .navbar-wrapper .navbar h2 { color: #fff; text-shadow: none; } .social-block a { color: #000; text-shadow: none; }Forum: Themes and Templates
In reply to: [Expound Theme] Increasing Content MarginIn this code it is set to take effect at widths of 900px or more.
No reason for the larger margin once it switches to single column in mobile view.@media (min-width: 900px) { .entry-content { margin-right: 10%; { }If you still want the margin in mobile view just use this code.
.entry-content { margin-right: 10%; {Forum: Themes and Templates
In reply to: [MH Magazine lite] QuestionThe “Tags” associated with the theme mention left sidebar, right sidebar.
Forum: Themes and Templates
In reply to: [Ridizain] Have both site name and logo displaying on header?Doing what you want involves editing a core php file and requires a child theme so the changes stay in the event of a theme update.
Forum: Themes and Templates
In reply to: [Vantage] HTML Code to change navigation menu font?.main-navigation ul li a { font-size: 20px; }Forum: Themes and Templates
In reply to: [Sixteen] Title Font Size/Typeheader .site-title a
header .site-descriptionUse a child-theme or custom css plugin so your changes are not erased with a theme update.
Forum: Themes and Templates
In reply to: [Openstrap] How to change colour of menu buttons background?You should not use the Appearance > Editor method unless you have a child-theme activated. Those edits will be erased if the theme is updated.
That being said you can create a child-theme or use a custom css plugin like Simple Custom CSS.
{text-transform:normal; !important}
You just have to put it on the correct selectors.Try this one:
<iframe width="560" height="315" src="http://www.youtube.com/embed/vZWy0cfXRkU?autoplay=1&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>