-
Search Results
-
The default size in the bullet list is smaller then the size of normal page of post font. How can I change the font size in the bullet lists in Quick CSS?
Thanks,
Regards
Michiel
Hi, first of all, Gret job you have done here.
However I have some small issues.
1. How to enlarge the height of the picture inside the scrollable area. Gave it large paddings but still it’s smaller then in a demo.
2. Before purchased the theme I was sure I can add a CTA text and button inside this area(from 1.) like in this one http://themes.webcreations907.com/ninezeroseven/revolutionslider/
It’s very very important for me!
Now, how complicated could it be to do this, by my self (not much knowledge of PHP)?
Are you planing to add this feature on your next update?
BTW: Using the provided child-theme. But for now only changed some CSS in it.
p.s It’s also ma be helpful to give an option of font-size for the texts and headings from the admin panel.
Hello,
I have built a custom button using css and it is displayed inside of an accordian using the theme’s shortcodes. for some reason, I cannot horizontally center the button and wonder if there is a conflict I can’t detect.
here is the code in the HTML editor:
[av_toggle_container initial='0' mode='accordian' sort='']
[av_toggle title='Individual / Residential Membership' tags='']
<p style="text-align: center;">This membership is perfect for local residents not representing any particular organization, but looking for a formal connection to the New Tampa business community.</p>
<a class="jb" id="jb" title="Join the New Tampa Chamber of Commerce" href="http://#/">Join The Chamber </a>
[/av_toggle]and here is my CSS:
#jb {
border-radius: 3px;
padding: 10px;
width: 18%;
text-align: center;
text-transform: uppercase;
font-size: 14px;
color: #ffffff;
}
.jb {background: #52ac43;
margin: 0 auto 0 auto;}
.jb:hover {background: #52ac43;opacity: 0.8;}here is the link to the page where I am testing it: http://mindsparkconsulting.com/clients/test2/membership/ntcc-levels/
am I missing something? I want this button centered.
thanks
Hello, I would like to change the size and font of the 2nd and 3rd level header menu.
Can you help me?
Thank you!
Xavier.
Hello – When I save a button with this in the label field: <p style=”font-size:30px”>CLICK HERE TO GET YOUR FREE 28 PROGRAM,</p><p style=”font-size:30px”>DELICIOUS RECIPES, HOW-TO VIDEOS, AND MORE</p>
The page updates and a bunch of </br> elements are automatically added to that field such that I’m left with the following:
<p style=”font-size:30px”>CLICK HERE TO GET YOUR FREE 28 PROGRAM,</p>
<p style=”font-size:30px”>DELICIOUS RECIPES, HOW-TO VIDEOS, AND MORE</p>How can I avoid this? Thank you
Hey Guys I know this stuff has been asked before but I am not able to find a straight forward answer that say. I am a bit of a novice fyi. my site is http://www.jackandaddi.com for reference.
PART 1
I have assigned a fixed header with social icons. the container height is being set at 116 px and then when you scroll down it shrinks to 58 px I think. I want to change the height to be something more like 80 px at the largest. It is too tall and the logo wont center in that space. I am running a child theme setup. in layout.css I found
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height:116px; line-height: 116px; }
and changed it is say 80 px height and line-height. and then copy pasted that code into my styles.css in my child theme. But nothing changed? Is this the wrong code to change?
PART 2
On my single blog post pages I want there to be no sidebar. so I can place large picture sliders on the main content area. I have the blog style set to Single author big preview image. And no sidebar selected on the single blog post pages.
The blog meta info, post title, body text content, and anything I place in the post all gets squished into a 600px wide container. I want this to be larger. I want it to match the feature image with of 1030px. so like above in layout.css I found this code:
#top .fullsize .template-blog .post-title{text-align: center; font-size: 30px; padding:15px 0; max-width: 800px; margin: 0 auto;}
#top .fullsize .template-blog .post .entry-content{text-align: justify; font-size:15px; line-height: 25px; max-width: 800px; margin:0 auto; overflow: visible; }
#top .fullsize .template-blog .post .entry-content > *{ max-width: 800px; margin-left:auto; margin-right:auto; }
.fullsize .big-preview .avia-gallery {
width: 600px;
max-width: 100%;
margin: 0 auto;
}
I changed all the max-widths to 1030px and then copy pasted this into my child theme style.css file and nothing changes. Is this the rigth code to manipulate. I don’t want to do it with the post id EVERY time I want all posts to be that wide.
Please help, Thanks.
Hi guys
I love your themes. I am changing to Enfold now from Replete
3 Q’s about CSS
-I had some CSS codes like changing color of menu bars in the footer and socket and other things.
-I need the CSS for changing the location of my logo because it is now messing up the main menu http://www.bevlogenverf.nl/enfold2
-I used these CSS codes. Anyone knows how to tweek or change them a little bit so they will work also in Enfold?
#top .main_menu .menu a {
color: grey;
}
#top .main_menu .menu a:hover {
color: #0e75bf;
}
#footer .widget {
padding: 30px 0 30px 0 !important;
}
.numeric_controls, .arrow_controls {
position: absolute;
bottom: 100px;
}
#top .sidebar_tab_content.sidebar_active_tab_content {
background-color: #fff;
color: #black;
}
#top .sidebar_tab.sidebar_active_tab {
background-color:#0e75bf;
color: #fff;
}
.slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
color: #0e75bf;
}
.numeric_controls, .arrow_controls {
position: absolute;
bottom: 10px;
}
#top .ajax_controlls {
top: 70%;
}
#footer .widget_nav_menu li a {
font-size: 14px;
}
#top #menu-item-720 a {
color: #0e75bf;
}
#footer .widget_nav_menu li a {
text-align: center;
}
.iconbox_icon {
background-color: white !important;
}
.widget_nav_menu h3.widgettitle {
text-align: center;
}
#top .iconbox {
width: 100%;
}
#top .avia_mega_div {
background-color: #f5f2f5;
}
#top .avia_mega_div .sub-menu {
background-color: #f5f2f5;
}
#top .avia_mega_div .menu-item ul {
background-color: #f5f2f5;
}
#top .main_menu .menu ul li a {
background-color: #f5f2f5;
}
.sidebar_tab_title {
margin-left: 10px !important;
}
#js_sort_items a {
font-size: 19px;
}
#top.woocommerce-page .woocommerce-ordering select { width: 25%; }
@media only screen and (max-width: 767px) {
#top.woocommerce-page .woocommerce-ordering select {width: auto; }
}
.chzn-container {
position: initial;
}
#top .chzn-container .chzn-drop {
top: 70px !important;
width: 325px !important;
margin-left: 3px;
}
.woocommerce-pagination {
display: none;
}
#top.tax-product_cat .container > .term-description {
display: none;
}
.added_to_cart {
display: none;
}
.form-row.address-field{
overflow: visible;
}
#top .chzn-single div b {
background-position: 5px 6px !important;
}
.widget .gform_wrapper .gform_footer br{
display: none !important;
}
.home .one_fourth.flex_column iframe {
height: 150px !important;
}
