Forum Replies Created

Viewing 30 posts - 76,801 through 76,830 (of 82,533 total)
  • Author
    Posts
  • in reply to: Changing CSS #219441

    Hi animaxmsa!

    You can add your custom CSS codes into Custom.css file inside Enfold/Css folder, please do not add them in Style.css file. It should work fine, please try again and let us know if it does not

    Best regards,
    Yigit

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .sidebar #searchsubmit { background-color: red!important; }

    It should change the button color on sidebar and you can use the class you targeted to change the color on header

    Regards,
    Yigit

    in reply to: Problem with Google font Raleway #219437

    Hey Ali!

    1 & 2- Please refer to Devin’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-211526
    3- Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-menu-fx { display: none; }

    Regards,
    Yigit

    in reply to: Fix header to top #219433

    Hey!

    Please change header type to Small non-fixed header type in Enfold theme options > Header tab

    Regards,
    Yigit

    in reply to: Header Menu Navigation Bar #219421

    Hi bbuttry!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white; background-color: red; }
    .header_color .main_menu ul:first-child > li > a { color: white; background-color: orange; }

    Regards,
    Yigit

    in reply to: Gravity Forms Display #219419

    Hey MichelleRhodes!

    Can you post the link to your page where you have gravity forms so we can take a look?

    Cheers!
    Yigit

    in reply to: Blog sidebar border #219418

    Hi!

    Please try adding following code to Quick CSS

    .blog .sidebaar, .single-post .sidebar { border-left-style: solid!important; }

    Best regards,
    Yigit

    Hi Adolfo Lucio!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .av_promobox { margin-top: 10px; margin-bottom: 5px; }

    Regards,
    Yigit

    in reply to: Simply enable wider logo size #219414

    Hi!

    Do you mind creating a temporary login and posting it here privately so we can take a look what is stopping header from resizing?

    Best regards,
    Yigit

    in reply to: menu submenu position #219142

    Hey!

    Please try adding following code to Quick CSS as well

    .header-scrolled .main_menu .menu > li > a { height: 73px!important; }

    If that does not work, please explain what you would like to do with the header, we may provide you other custom CSS to achieve the same effect

    Cheers!
    Yigit

    in reply to: Css Page #219140

    Hey!

    Can you elaborate? We may give you an example but currently i am not sure if i understood you clearly :/

    Regards,
    Yigit

    in reply to: Current page different colour #219139

    Hi Benjaminlivingthebrand!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white; background-color: red; }

    Regards,
    Yigit

    in reply to: Custom logo issue #219138

    Hey Serge!

    Can you post the link to your website so we can take a look logo issue and which type of header you are using? You can also check it in Enfold theme options under Header tab.

    Cheers!
    Yigit

    in reply to: Removing all borders #219137

    Hi Benjaminlivingthebrand!

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

    .main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter { border: none; border-color: transparent; }

    Cheers!
    Yigit

    in reply to: Fix header to top #219136

    Hey zibaloon2!

    Can you post the link to your website so we can take a look? If you choose to display one of fixed headers in Enfold theme options > Header tab, it should be fixed at the top

    Best regards,
    Yigit

    in reply to: fullscreen video on mobile #219135

    Hi!

    You can add video element inside a color section element with a unique ID, then add following code to Quick CSS in Enfold theme options under Styling tab

    #your-color-section-id container { width: 100%; }

    And it should look fine.

    Cheers!
    Yigit

    in reply to: Footer #219134

    Hey Guilherme!

    You can edit a page and to display or not to display footer on that page in Layout section http://i.imgur.com/klZfX5U.jpg
    Then you can go to Appearance > Widgets and add needed widgets to footer column widget areas

    Cheers!
    Yigit

    in reply to: How can I disable the links line under the post. #219133

    Hey tobylove!

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

    .text-sep-date, .comment-container .minor-meta, .text-sep-comment, .blog-categories .minor-meta, .text-sep-cat, .blog-author .minor-meta { display: none!important; }

    Regards,
    Yigit

    in reply to: Adding Video problems #219130

    Hi Bill!

    Please try to increase the allocated php mermory to 128M. Please see http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Cheers!
    Yigit

    in reply to: Adding a 6th column to the footer #219124

    Hi Brandon!

    Please refer to Ismael’s post here https://kriesi.at/support/topic/6-columns-in-footer/#post-138601

    Cheers!
    Yigit

    in reply to: Reducing space around a headline #219121

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    .content { padding-bottom: 5px; }

    Cheers!
    Yigit

    in reply to: changing font color in widget area #219118

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .footer_color div .news-headline { color: #ffffff; } /* changes the color of title */
    .footer_color .news-time { color: #e1e1e1; } /* changes the color of date */
    .news-headline { font-size: 15px; } /* changes the font size of the title */
    .news-time { font-size: 14px; } /* changes the font size of date */

    Cheers!
    Yigit

    in reply to: Tagline covered by Logo #219116

    Hi!

    Please add following code to Quick CSS and adjust as needed
    .site-description { left: 30%; }
    To be honest, i am not very familiar with WPML plugin. It should be possible, but you may need to hire a freelance developer for that kind of customization. I will tag our head of support Peter, so he can share his opinion. Let us wait for his answer

    Cheers!
    Yigit

    in reply to: A few questions #219114

    Hi Laureninthailand!

    1- You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .page-id-456 .iconbox_content { min-height: 250px; }

    You can right click on the page on Chrome or Firefox and click Inspect elements to find page ID. Please change page ID to yours
    2- You can simply use HTML a tag ( please see http://www.w3schools.com/tags/tag_a.asp )
    3 & 4- You can go to Appearance > Widgets and add a text widget to any of the footer columns and add using HTML. Or you can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget
    5- Yes, it is possible. Which tables are you using?

    Best regards,
    Yigit

    in reply to: JS Issue with Calendar #219106

    Hey sundialstudios!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    a.fc-event { position: relative; }
    .fc-event-inner { width: 50%; }

    Regards,
    Yigit

    in reply to: Body font-size and line-height #219099

    Hey akamaxbuz!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    body { font-size: 16px; line-height: 180%; }

    Regards,
    Yigit

    in reply to: Multiple horizontal ruler issues #219098

    Hi hawea74!

    It would be helpful if we could see your website live. You can post it here privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    in reply to: Masonry Gallery – Remove lines above and below gallery #219094

    Hey!

    You are welcome, glad we could help! :)

    Regards,
    Yigit

    Hi David!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to adjust the height of the header

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 80px;
    line-height: 80px;
    }

    Do you mind creating a temporary admin login so i can help you change the position of flags?

    Cheers!
    Yigit

    in reply to: Remove space between Promotion boxes #219088

    Hey Richard!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .av_promobox { margin-top: 10px; }

    By default top margin is 50px

    Regards,
    Yigit

Viewing 30 posts - 76,801 through 76,830 (of 82,533 total)