prabhukb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: I need some CSS help here….ul.menu-primary > li > a span.bar { border-top: 2px solid #e75528; } ul.menu-primary > li > a span.bar:hover { }
Forum: Themes and Templates
In reply to: [BlogCentral] Make Header Image Responsive (resize)Remove this code:
#logo img { max-width:964px; }
Forum: Themes and Templates
In reply to: Menu font colorHi,
Copy and Paste:
.primary-navigation .menu-item-has-children > a::after, .primary-navigation .page_item_has_children > a::after { color: #; }
Forum: Themes and Templates
In reply to: [SKT White] Sub-heading on Slider problemHello,
Copy and Paste:
<p>Conference & Workshop for Educators <br/> 28 & 29 April 2016 | NH Lord Charles | Somerset West |Western Cape</p>
Forum: Themes and Templates
In reply to: Insert image in the page templateHello greg_kaippert,
Your CSS code working well at my end.
Check your IMAGE FORMAT (jpg, gif, png) and IMAGE NAME & image root folder.Forum: Themes and Templates
In reply to: Menu font colorHeloo Satimis,
.site-header .primary-navigation a { color: #; } .site-header .primary-navigation a:hover { color: #; }
Forum: Themes and Templates
In reply to: [Stacker Lite] Increase Image Width on pagesCopy and paste into test page
<img width=”1100″ height=”992″ alt=”mainimagebottom” src=”https://i0.wp.com/blog.mqpdesigns.com/wp-content/uploads/2015/09/mainimagebottom.png” class=”alignnone size-full”>
Forum: Themes and Templates
In reply to: [Stacker Lite] Increase Image Width on pagesHey mqpdesigns,
Go to Plugins Tab,
Install new plugin simple-custom-css,
Go to => Apperance => Custom CSSPaste the code,
#content {
width: 100%;
}Forum: Themes and Templates
In reply to: [Stacker Lite] Increase Image Width on pagesYour site default content width is:
#content {
width: 60%;
}change into
#content {
width: 100%;
}Forum: Themes and Templates
In reply to: [Stacker Lite] Increase Image Width on pagesHello mqpdesigns,
when upload your image into page set fullwidth size,
Media Library => Attachment Display Settings => sizeForum: Themes and Templates
In reply to: [Pictorico] Headers change size when page loadsHello Feasty123,
jetpack plugin adding inline css into header section.
deactive jetpack plugin.
and check your site.Forum: Themes and Templates
In reply to: [Greenr] Only 3 Team membersHello sanseref,
Problem with free (or) pro theme?
=> you have using Free theme.
=> Go to dashboard => Apperance => Theme Options => General Settings =>Custom CSS
Copy & Paste below css
.services .container .four.columns {
width: 31%;
}Forum: Themes and Templates
In reply to: [FlatOn] BG color change of tableHello Rucha,
=> overall table
table {
background-color: #;
}=> td
table td {
background-color: #;
}=> th
table th {
background-color: #;
}Forum: Themes and Templates
In reply to: [FlatOn] Change order with homepage layout managerYes, you have buy the pro version.
Forum: Themes and Templates
In reply to: [FlatOn] How to make testimonial on homepage full width?Hi Amidalism
Theme demo URL:
https://demo.webulous.in/flaton/Fullwidth Background :
Copy and Page Theme Option => General Setting => custom css
#pg-21-2:before {
content: ‘020’;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}#pg-21-2:after {
clear: both;
}#pg-21-2 {
margin: 0 -100%;
padding: 50px 100%;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background-color: #5FEFA0;
}