Forum Replies Created

Viewing 30 posts - 82,141 through 82,170 (of 82,566 total)
  • Author
    Posts
  • in reply to: Icon background #162447

    Hi,

    You can add right under following line in Custom.css file
    /* General Custom CSS */

    Regards,
    Yigit

    in reply to: Icon Size #162446

    Hi Fabiana,

    Please add following code to Quick CSS
    .avia-icon-list .iconlist_icon { height: 40px!important; width: 40px!important; line-height: 37px!important; margin-left: 12px!important; }
    .avia-icon-list .iconlist_content_wrap { text-align: center; }

    You should adjust height, width and line-height equally if you would like to increase or decrease icon sizes. Margin-left should be increase if you decrease the sizes of icons and vice versa

    Regards,
    Yigit

    in reply to: Icon background #162441

    Hi,

    You should not add any code to style.css but you should use Custom.css file instead. Located in Enfold > Css folder

    Regards,
    Yigit

    in reply to: Icon background #162432

    Hi,

    Can you try adding !important to force it?
    .main_color .pricing-table li.avia-heading-row { background-color: red!important; border-color: blue!important; }

    Regards,
    Yigit

    in reply to: Icon Size #162429

    Hi,

    Which icons exactly? And can you post the link to your website?

    Regards,
    Yigit

    in reply to: Drop Down Menu BG change #162427

    Hi,

    Can you create a temporary admin login and send me on

    Regards,
    Yigit

    • This reply was modified 8 years, 5 months ago by Yigit.
    in reply to: HEADER MENU NEEDS TO "STAND OUT" #162426

    Hi Voicepro,

    You can increase font size and change text color by adding following code to Quick CSS in Enfold theme options under Styling
    .sub_menu { font-size: 13px; }
    .sub_menu>ul>li>a { color: red!important; }

    I hope that helps you

    Regards,
    Yigit

    in reply to: Icon background #162420

    Hi,

    You would like to change the background color of pricing tables, right? If so, please add following code to Quick CSS
    .main_color .pricing-table li.avia-heading-row { background-color: red; border-color: blue; }
    .main_color .pricing-table li.avia-pricing-row { background-color: yellow; border-color: blue; }

    First one is for heading row and second one is for content section

    Regards,
    Yigit

    in reply to: Drop Down Menu BG change #162418

    Hi,

    Please try adding following code to Quick CSS in Enfold theme options under Styling
    #menu-item-3408 #top #header .avia_mega_div > .sub-menu, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3454 #top #header .avia_mega_div > .sub-menu > li > ul li, #menu-item-3455 #top #header .avia_mega_div > .sub-menu > li > ul li { background-color: red; }
    This should do it, if it does not, let us know

    Regards,
    Yigit

    in reply to: Icon background #162402

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling
    .main_color .avia-icon-list .iconlist_icon { background-color: red!important; }

    Regards,
    Yigit

    • This reply was modified 11 years, 1 month ago by Yigit.
    in reply to: Icon list – changing text colour #162377

    Hi Judith,

    It looks like it works on my end http://i.imgur.com/gKVwQXG.jpg
    Please refresh your page couple of times

    Regards,
    Yigit

    in reply to: Testimonials in sidebar #162375

    Hi Mxm,

    You can create a Text/HTML widget in footer and copy/paste your testimonial shortcode there as
    [av_testimonials style='slider' columns='2' interval='5']
    [av_testimonial_single src='' attachment='' name='Name' subtitle='Subtitle' link='http://' linktext='']
    testimonial here
    [/av_testimonial_single]
    [/av_testimonials]

    Regards,
    Yigit

    in reply to: Promo Box Font Color #162369

    Hi,

    .page-id-3231 .main_color .av_promobox{
    background: #87b8d9;
    color:white!important;
    }

    This should do it

    Regards,
    Yigit

    in reply to: SmoothScroll #162335

    Hi,

    Can you post the link to your website please? I am not using mac, but other team members who are using may take a look

    Regards,
    Yigit

    in reply to: Icon list – changing text colour #162334

    Hi Judith,

    Please add following code to Quick CSS in Enfold theme options under Styling

    .main_color .iconlist_content { color: black !important; }

    you can change color by changing ‘black’ to any other color or colors hex value

    Regards,
    Yigit

    in reply to: Changing the logo based on screensize #162255

    Hi Michael,

    Please see this topic https://kriesi.at/support/topic/kriesi-logo/

    Regards,
    Yigit

    in reply to: Problems with responsive design #162253

    Hi,

    1) If you do not mind creating a temporary admin login and sending it to me on i can fix it

    2) You can choose “Responsive Layout Large” in General Settings to reduce margin on the right and left side

    3) It happens because you do not have many content on contact page so after sending message socket expands

    Regards,
    Yigit

    • This reply was modified 8 years, 5 months ago by Yigit.
    in reply to: Help with the Buttuns on smallar screens #162245

    Hi,

    You are welcome, glad we could help :) Let us know if you have any other questions

    Regards,
    Yigit

    in reply to: Custom CSS not working correctly following update #162244

    Hi all,

    Thanks Jeeves!

    Regards,
    Yigit

    in reply to: SmoothScroll #162242

    Hi,

    Here are the setting from dummy content http://i.imgur.com/a8q2XxY.png

    Regards,
    Yigit

    in reply to: How to Change Preview Image Size on Post Slider #162238

    Hi,

    You are welcome, glad we could help :)

    Regards,
    Yigit

    in reply to: Customize Error 404 page #162237

    Hi,

    You cannot customize Error 404 page from backend. You need to customize files i mentioned above

    Regards,
    Yigit

    in reply to: Help with the Buttuns on smallar screens #162235

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling

    @media only screen and (min-width: 768px) and (max-width: 989px) { .avia-button.avia-size-medium  { min-width: 210px; } } 
    @media only screen and (max-width: 767px) { .avia-button.avia-size-medium  { min-width: 231px; } } 

    Regards,
    Yigit

    • This reply was modified 11 years, 1 month ago by Yigit.
    in reply to: SmoothScroll #162232

    Hi,

    Please take a look at this tutorial that plugins author uploaded http://www.youtube.com/watch?v=ZY9SxVyugx4 I hope that it helps.
    Let us know if you have questions

    Regards,
    Yigit

    in reply to: help me ! #162229

    Hi,

    I answered your questions on other thread. So i’m closing this one

    Regards,
    Yigit

    • This reply was modified 11 years, 1 month ago by Yigit.
    in reply to: No menu #162228

    Hi,

    I checked your website on Firefox as well and it looks fine. Only on IE 8 your first menu item overlaps logo. You can decrease padding between menu items by adding following code to Quick CSS to solve this issue.
    .main_menu ul:first-child > li > a { padding: 0 10px; }

    Regards,
    Yigit

    in reply to: Remove space above and below 'Text block' #162223

    Hi Masten,

    Glad you figured it out! Let us know if you have any other questions

    Regards,
    Yigit

    in reply to: Help with the Buttuns on smallar screens #162222

    Hi,

    Can you post the link to your website please?

    Regards,
    Yigit

    in reply to: Customize Error 404 page #162218

    Hi,

    In your WordPress theme directory you should go to Enfold > 404.php file and Enfold > Includes > Error404.php file

    Regards,
    Yigit

    Hi,

    You can use following CSS codes to change the color of headings
    .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: red; }

    Regards,
    Yigit

Viewing 30 posts - 82,141 through 82,170 (of 82,566 total)