Forum Replies Created
-
AuthorPosts
-
You can try this layout :
1/5 1st Animated number,
1/5 block empty,
1/5 2nd Animated number,
1/5 block empty,
1/5 3th Animated number.Hi kpundyk ;
here is what I foudn on my end :float left for the “number” :
.number_prepared .avia-animated-number-title{float: left !important;}
float left for the “text” :
.avia-animated-number-content{float: left !important; margin-left: 15px !important; line-height: 19px !important; width: 150px !important; height: 40px !important; text-align: left !important;}
The Question is :
1- How to insert these codes in order to not to creat unwilling changes on th orher Animated numbers ?
You can use your Animated numbers in a Color section and add an ‘id’.2- How to center the text in the height of the bloc ?
Sorry I’ve no idea right now.What do you think about to increase the space below the button ;
@media only screen and (max-width: 767px) { .responsive .phone-info{margin-bottom: 25px !important;} .phone-info span {line-height: 40px !important;} }
The first line is the margin-below otherwise the button covers (!) the logo,
The second line for the line-height of the phone number which is too close to the buttonHi ejo14;
Yes you can build and use different sidebars on different pages,
See the answer of Josue (June 21) https://kriesi.at/support/topic/creating-and-using-a-different-sidebar/#post-282286Hi millertimesits;
I think you should create a “Secondary Menu” (dashbord > Apperance > Menus)
and add your page “Get A Quote” in this menu.And in the Theme options
Header > Extra elements > Header Secondary Menu
and chose “Secondary Menu in top bar at the left”.you should maybe add some lines of code : layou.css line 1161-1195
Hi kaga;
It is almost the same code of your topic of december 17 https://kriesi.at/support/topic/widget-text-font/section#sfwd-quiz-widget-2 li h4 a {
font-size: 13px !important;
font-weight: normal !important;
margin-bottom: 8px !important;
}Hi XtGlobal ;
I think you should chose à “menu style” for the link of your page “Get Started”.
In the dashbord go to Apperance>Menus>Your menu>The page “Get Started” and in Menu Style check “Button style (bordered)”.
Beware of css too, layout.css line 595 :
.av-menu-button > a .avia-menu-text{border: 2px solid; <strong>border-radius: 20px</strong>; padding: 9px;}
Hi elamens, try this line :
#top .avia_cart_buttons .button{color: red !important;}
but take care of opacity :
.avia_cart_buttons{opacity: 0.2;}Hi jerrydan ;
to increse font size on top menu try this line :
.av-main-nav > li > a {font-size: 16px !important;}
to increse icon size you can try theses lines in your css file :
#top .social_bookmarks {height: 40px !important;}
#top .social_bookmarks li{width: 60px !important;}
#top .social_bookmarks li a{width: 60px !important;line-height: 40px !important;min-height: 60px !important;}
[data-av_icon]:before { font-weight: bold !importan; font-size: 25px !importan;}
Hi kimoribj ;
#1 and #2 I’ve no idea,
but for #3 you can try to add these lines in your css file to have a space of 50px:
for bullets#top .avia-smallarrow-slider .avia-slideshow-dots a {top: 50px !important;}
for arrows#top .avia-smallarrow-slider .avia-slideshow-arrows a {top: 50px !important;}
by the way nice your design with color sections
- This reply was modified 9 years, 10 months ago by begrafiks.
January 4, 2015 at 7:58 pm in reply to: How to get rid of "Enfold Theme by Kriesi" link in the footer? #374776Hi;
try this link and other documentations to go further :
http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/Hi hobeadmin,
see in enfold documentation : http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/Hi ericdugal,
download WordPress in french version https://fr.wordpress.org/
endfold will follow your version of WordpPress.N’ai pas peur tu vas voir enfold vas marcher merveilleusement
- This reply was modified 9 years, 10 months ago by begrafiks.
in your home page you have two layout elements :
1 – av_one_fourth firstdiv .av_one_fourth { margin-left: 6%; width: 20.5%;} body div .first, body div .no_margin { margin-left: 0;}
2 – and av_three_fourth
(div .av_three_fourth { margin-left: 6%; width: 73.5%;}
there is no padding in theses blocks,
if you want to reduce the “space” between two blocks you should change the ‘margin’ in number 2 (but becareful it would effect other things in your page and whole site layout.Hi amirhossein;
see this page of enfold documentation and others
http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/the code of the text block in your home page is :
.page-id-15 .avia_textblock{font-size: ??px !important; line-height: ??em !important;}
“page-id-15” is your page, adding this id before text block serves to hit the text block only in this page.
But in order to not to effect other block texts in this page you would need to use “color section” with its own ‘id’ too.
Hi;
try this link and other documentations to go further :
http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/Hi farrdesign79,
I think you could do it by going :
Enfold theme options > Blog Layout > Blog Style > chose “Singl author big preview Pic (no author picture is displayed ….)December 23, 2014 at 12:43 am in reply to: Transparent & Glossy Header Background Color Opacity #371902Hi mcraig77;
try this line (in your css file) with your own rgb :
#top .av_header_glassy.av_header_transparency #header_main {background-color: rgba(0,0,0,0.6) !important; }
this shows you a black background (rgb 0, 0, 0) and 0.6 opacity.Hi popisgrzegroz;
there is already a topic for this question.
See :
Image with arrow or without?Hi tremblayly ;
try these lines :
p.demo_store{width: 1100px !important;}
Hi JoostvanderLaan;
I’ve done this to have 15px sizebody p{ font-size: 110% !important; margin: 0 0 0.85em 0 !important; line-height: 1.35em !important;}
Hi stwroids,
see Enfold Documentation articles Use the Layout Builder with any post type- This reply was modified 9 years, 11 months ago by begrafiks.
Hi I think you can find it in this topic :
https://kriesi.at/support/topic/need-to-adjust-header-size/December 16, 2014 at 10:15 pm in reply to: Disabling 'comments' button on 404 page and changing title of the same #369193Thanks @Elliott,
It’s great,
but “avia_portfoliobox” doesn’t act as “Latest portfolio entries” inwhich we are able to chose a number of item.
“avia_portfoliobox” brings all! portfolio items.
Is it possible to have only some of them, let’s say 5 or 6 ?December 16, 2014 at 9:10 pm in reply to: I would like to change H1 Capital Letter to Small Caps #369151Hi Orhan,
if you add these line in to tour custom ccs file :h1{ text-transform: none !important; font-variant: small-caps !important;; }
Haydi kolay gelsin
December 16, 2014 at 9:03 pm in reply to: Disabling 'comments' button on 404 page and changing title of the same #369147Thanks @Elliott,
I’ve seen and used “Latest portfolio entries” in the Pages of the site, I would like to know (following your information above –December 14, 2014 at 7:48 pm-), I was asking, if it was possible to add it at the end of the 404 Page. Actually the end of the 404 Page is occupied by “Popular, Recent and Comments” widget.
ThanksDecember 14, 2014 at 8:22 pm in reply to: Disabling 'comments' button on 404 page and changing title of the same #368027@happyseed a very goog question.
I would like to add anather one :
Is it possible to have “latest porfolio” instead of those three “Popular, Recent and Comments”,
If so what should I change/add in /class-framework-widgets.php ?Hi,
If what you want is to have “the icon at the top and the text beneath”
try theses lines in your costum css.avia-icon-list .iconlist_icon{ float: none !important; margin-right: auto !important; margin-left: auto !important;}
-
AuthorPosts