Viewing 30 results - 13,921 through 13,950 (of 18,734 total)
  • Author
    Search Results
  • #435270

    Hey Wils1234!

    1- Do you mean font size of page title? If so, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .title_container .main-title a { font-size: 20px!important; }

    2- Please see – http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/
    If that is not what you meant, please elaborate on the changes you would like to make.

    Regards,
    Yigit

    #435214

    Hi!

    hm … I just tried something with CSS code and I think it works. Try this in Quick CSS:

    span.amount {
    margin-left: 310px;
    padding-top: 20px;
    position: absolute;
    font-size: 30px !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #435208

    Hi Elliot

    Many thanks for sending me the link and for your suggestions. I was unaware that is was a WP issue and so I am doubly grateful.

    For anybody else reading this post the final solution was to replace the 404.php file in theme (in my case the child theme).

    I used the following code:

    
    <!-- 404.php -->
    
    <!DOCTYPE html>
    <html>
    <head>
    <title>File Not Found</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" >
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style type="text/css">
    body {
      background-color: #eee;
    }
    
    body, h1, p {
      font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: normal;
      margin: 0;
      padding: 0;
      text-align: center;
    }
    
    .container {
      margin-left:  auto;
      margin-right:  auto;
      margin-top: 177px;
      max-width: 1170px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .row:before, .row:after {
      display: table;
      content: " ";
    }
    
    .col-md-6 {
      width: 50%;
    }
    
    .col-md-push-3 {
      margin-left: 25%;
    }
    
    h1 {
      font-size: 48px;
      font-weight: 300;
      margin: 0 0 20px 0;
    }
    
    .lead {
      font-size: 21px;
      font-weight: 200;
      margin-bottom: 20px;
    }
    
    p {
      margin: 0 0 10px;
    }
    
    a {
      color: #3282e6;
      text-decoration: none;
    }
    </style>
    </head>
    
    <body>
    <div class="container text-center" id="error">
      <svg height="100" width="100">
        <polygon points="50,25 17,80 82,80" stroke-linejoin="round" style="fill:none;stroke:#ff8a00;stroke-width:8" />
        <text x="42" y="74" fill="#ff8a00" font-family="sans-serif" font-weight="900" font-size="42px">!</text>
      </svg>
     <div class="row">
        <div class="col-md-12">
          <div class="main-icon text-warning"><span class="uxicon uxicon-alert"></span></div>
            <h1>File not found (404 error)</h1>
        </div>
      </div>
      <div class="row">
        <div class="col-md-6 col-md-push-3">
          <p class="lead">If you think what you're looking for should be here, please contact the site owner.</p>
        </div>
      </div>
    </div>
    
    </body>
    </html>
    
    #435180

    Hi!

    1.) Try to add an !important into Ismael’s code:

    @media only screen and (max-width: 989px) {
    #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 {
      font-size: 18px !important;
    }} 
    

    Clear browser cache and refresh your page a few times afterwards.

    2.) Well, your menu is just too large for an iPad, but you could try to modify the width and position of your logo, so you gain more space. Here a code only for iPad landscape view:

    @media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1024px) 
      and (orientation: landscape) {
    div .logo {
    left: -44px;
    max-width: 31px;
    }}
    

    Adjust “left” and “max-width” values as needed.

    Best regards,
    Andy

    #435096

    And how would I change the size of the font of the blog content?

    Hi!

    Please try the following as well:

    .js_active .tab {
    font-size:14px !important;
    }

    Regards,
    Rikard

    #434968

    In reply to: Linked Image Overlay

    Hey!

    Because the image overlay is not added on mobiles by default (this is an additional HTML node added via JS). We’d need to use another approach, remove all the previous play-button code and use this:

    .play-button a {
       position: relative;
    }
    
    .play-button a:after, .play-button a:before {
      content: '';
      position: absolute;
      background: red;
      color: white;
      font-size: 80px;
      height: 80px;
      width: 80px;
      line-height: 80px;
      display: block;
      top: 40%;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-radius: 250px;
    }
    
    /* Adjust this for smaller screens */
    @media only screen and (max-width: 767px) {
      .play-button a:after, .play-button a:before {
        font-size: 80px;
        height: 80px;
        width: 80px;
        line-height: 80px;
        top: 40%;
      }
    }
    
    .play-button a:before{
      z-index: 1;  
    }
    
    .play-button a:after {
      content: '\e801';
      font-family: 'fontello';
      z-index: 2;
    }
    
    /* Hide default Enfold overlay */
    .play-button .image-overlay {
      display: none !important;
    }

    Best regards,
    Josue

    c911box
    Participant

    Hello guys

    I just want to report my upgrading status:
    I use enfold theme 3.1.3 and just upgrade to wordpress 4.2. my web http://maxnetsolution.com

    1. My custom enfold theme is gone.. missing and shows greeny font color..
    2. In General styling>Select a predefined color scheme do not change the front end.. i use splash blue scheme before.. i click to it and “alright sparky.. bla bla bla” shown up. But there is nothing happen in front end.. the menu, body, breadcrum font color still gree..
    3. And again my QUICK CSS also do not change front end.. I use Default content font size> to 16px .. nothing happen.. i use quick css code also nothing happen..

    Please help me..

    #434800

    Hi!

    You can control the size of all text on http://contextc.com/ by using the following, please note that is will make all text a bit smaller:

    .page-id-725{
    font-size:90% !important;
    }

    Cheers!
    Rikard

    #434785

    Hi!

    I can see the text being cut off a bit, could you try to reduce the font size? I think that will help:

    @media screen and (max-width:900px) and (min-width:780px) {
    h4.iconlist_title a { font-size: 16px !important; }
    }
    

    Cheers!
    Rikard

    #434724
    DeMamp
    Participant

    Hi,

    I have some trouble in getting the icon list text to be aligned with the icons… Even though I read some old threads on this subject.
    I linked a screenshot in the private section!

    I tried this CSS code:

    .avia-icon-list .iconlist_icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 15px!important;}
    .avia-icon-list .iconlist-timeline { left: 25px; }

    and this one :

    .iconlist_content_wrap {
    padding-top: 13px;
    }

    Can I have some help please? My current (and probably messy) quick CSS code is this one:
    (private)

    Thank you!

    • This topic was modified 10 years, 11 months ago by DeMamp.
    #434722

    Hi dominiquehurley ;
    use this line of css in order to decrease the size of your first widget text in the footer :

    #footer #text-2 .textwidget p{font-size: 14px !important;   line-height: 16px !important; }
    

    adjust the sizes as you like

    • This reply was modified 10 years, 11 months ago by begrafiks.
    #434692
    dominiquehurley
    Participant

    Hi – I have a disclaimer in my footer and it’s quite long. Any way to reduce the font size? I only found a general Font tab in General Stylings, but I think that affects font everywhere. Thanks. See bottom of page at http://dominiquehurley.com

    #434652
    c911box
    Participant

    Hello guys

    I just want to report my upgrading status:
    I use enfold theme 3.1.3 and just upgrade to wordpress 4.2. First i didn’t realize that somethings are change until i refresh the page:

    1. My custom enfold theme is gone.. missing and got back to default with greeny font color..
    2. In Enfold theme options i found my google analytics code is missing (easy, i just put it back).. anything else were fine.
    3. In General styling>Select a predefined color scheme there is no color scheme selected.. i use splash blue scheme before.. i click to it and “alright sparky.. bla bla bla” shown up. But there is nothing happen in front end.. the menu, body, breadcrum font color still green like hulk..
    And again my QUICK CSS also blank.. I use Default content font size> to 16px .. nothing happen.. i use quick css code also nothing happen..
    4. In My advance styling >> you know already… everything is gone… blank
    5. Social profile… transferred back to xxxxxx.com/kriesi

    That’s it. At least that what happen to my site after upgrading.. For now i just enjoy my GREENY Stuff until you have solution for this.. Cannot wait to hear good news from you guys..

    I will just play around here til it solved…

    UPDATE:
    I solved the problems already…
    #1 and #3 caused by caching problems.
    #2 #4 #5 I still don’t know why they’re missing, but i just put them all again.
    Cheers.

    • This topic was modified 10 years, 11 months ago by Yigit.
    #434471
    safranpub
    Participant

    Hello
    I added my social media icons in the right side of main header area and I would like my phone number to display left of the first media buttons. Also I would like to customize the number in a special size and font color.

    Thank you!

    Hey arbilus!

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

    .sidebar a { font-size: 14px; }
    .title_container .main-title a { font-size: 20px; }
    .title_container .breadcrumb { font-size: 13px; }

    Regards,
    Yigit

    #434208

    Thankyou Ismael! PERFECT ;]

    Is there anyway that I can specifically reduce the size of my homepage body text without effecting my other pages like my product description. http://contextc.com/shop/ (iThemes Exchange)

    My home type face is perfect however it makes my other type large.
    My Enfold Blog is looking good: http://contextc.com/data-visualization/

    I’m using the below code to make my text bigger on my homepage, I thinks it over riding it. thanks for any suggestions.

    `body {
    font-size: 18px;
    }

    #434166

    In reply to: logo / partner gird

    Hey!

    If that is the whole content of your Quick CSS field, please change it to following one

    .av-border-deactivate.avia-logo-element-container img { padding: 45px; }
    
    .av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
    background-color: red !important;
    }
    
    @media only screen and (max-width: 767px) {
    .responsive .av-countdown-time {
    font-size: 12px !important;
    }}
    
    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}
    
    .iconbox_content_container {
    font-size: 15px!important;
    }
    
    @media only screen and (max-width: 990px) and (min-width: 769px) {
    #top .avia-logo-element-container .slide-entry {
    width: 50% !important;
    }}

    Regards,
    Yigit

    #434165

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    #js_sort_items {
      font-size: 11px;
    }}

    Best regards,
    Yigit

    #434115

    Hey kapcreations!

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

    @media only screen and (min-width: 768px) {
    .phone-info {
      font-size: 20px;
    }}

    Regards,
    Yigit

    #434112
    kapcreations
    Participant

    From an end user perspective, when rendered on mobile, the phone number is perfectly sized.

    On the other hand, the phone number for desktop is too small for my tastes. How can I re-size the phone number when in desktop version so the eye is drawn to the number? It is so small, many users do not notice it when performing UAT.

    #434063
    mdbg
    Participant

    Hi Guys,

    Probably a really stupid question, but wondered if you can advice on how i add a URL token to my button links.

    Example Scenario:

    – I have 10 products (all on different Pages; my Page URL’s being the product names e.g.) http://www.mysite.co.uk/product/58-Vitamin-1/)
    – I have an ‘Enquire Now’ button at the bottom of each Product Page (button generated using Enfold Shortcodes)
    – I’m sending the visitor that clicks on the aforementioned ‘button link’ (e.g. at bottom of either Product Page 1 / 2 / 3 / 4 / 5 / 6 / etc), to a form page (form & page built using InBoundNow – landing page software) to gain their personal data (name / phone / email / etc.).

    = I WANT TO CARRY ‘PRE-POPULATED INFO’ FROM THE PRODUCT PAGE (e.g. the URL title, as this is the ‘product name’), TO THE FORM PAGE – SO THAT MY VISITORS DON’T HAVE TO ENTER THE ‘PRODUCT NAME’ IN THE FORM (help’s conversions – apparently ; )
    = THE DEVELOPERS OF INBOUND NOW SHOW THIS CAN BE DONE USING THEIR ‘DYNAMIC URL FIELD’, THEY STATE …
    “Use dynamic form fields with url tokens on your button links.” (http://support.inboundnow.com/support/topic/adding-which-call-to-action-was-clicked-to-the-form/) & (http://docs.inboundnow.com/guide/using-dynamic-form-fields-inbound-now-forms/)
    = MY QUESTION IS, HOW DO I MAKE A BUTTON USING ENFOLD SHORTCODE THAT CAN PASS THE DYNAMIC URL?
    (AND WHAT WOULD I PUT IN MY DYNAMIC URL FORM E.G.) ‘email_is’ (as per their example), so that my Dynamic field knows to look out for my dynamic URL?

    This is the button code that i’m generating from ENFOLD to point to my target Landing Page.

    [av_button label='Arrange Viewing' link='landing-page,1044' link_target='' size='medium' position='left' icon_select='yes' icon_hover='aviaTBicon_hover' icon='ue821' font='entypo-fontello' color='custom' custom_bg='#00c600' custom_font='#ffffff']

    Thanks in advance Guys. Really appreciate your help.

    Cheers
    John

    #434054

    Hi Ismael,

    pic1

    pic2

    I know, its not a very clean way to create text, but the avia-textform gives me
    to less options to format text. For example different fontsize’s in one textblock…

    Regards
    Coco

    #434038
    odac25thka
    Participant

    Hi, please help!

    This is really an emergency. I just finish building a solid one page for my company and now the avia builder is stuck at loading the page and I cannot edit it.

    I am using the latest version of wordpress (4.2), and latest version of enfold (3.1.3)

    The page i am trying to edit is http://brilliancezone.com/home/

    Apparently there’s nothing there now because the builder refused to load and I can’t restore it as well.

    I managed to copy out the code from the revisions. Hope it helps:

    [av_section min_height='100' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' scroll_down='aviaTBscroll_down' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='https://www.youtube.com/watch?v=Wq-DEL2ONGg' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.8' overlay_color='#4ecac2' overlay_pattern='' overlay_custom_pattern='']
    [av_textblock size='40' font_color='custom' color='#ffffff']
    INNOVATE
    your way to a
    PRACTICAL
    and
    PROFITABLE
    GROWTH
    [/av_textblock]
    [/av_section]
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_fifth first]
    [/av_one_fifth][av_three_fifth]
    [av_heading tag='h1' padding='10' heading='Innovate Or OBLITERATE' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    [/av_three_fifth][av_one_fifth]
    [/av_one_fifth][av_textblock size='' font_color='' color='']
    <p style=”text-align: center;”>Most experts agree that we live in the worst of times and the best of times of CHANGE in the history of our civilisation.</p>
    <p style=”text-align: center;”>Yet the pace of change is actually increasing.</p>
    [/av_textblock]
    [av_one_fifth first]
    [/av_one_fifth][av_three_fifth]
    [av_heading tag='h1' padding='10' heading='Innovation is NOT an Option' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    [/av_three_fifth][av_one_fifth]
    [/av_one_fifth]
    [/av_section]
    [av_textblock size='40' font_color='' color='']
    <p style=”text-align: center;”>V.I.P.</p>
    [/av_textblock]
    [av_textblock size='40' font_color='' color='']
    <p style=”text-align: center;”>Vision Innovation Programs</p>
    <p style=”text-align: center;”>is both a life skill and life system that helps people to take ownership for change. it inculcates the values of</p>
    <p style=”text-align: center;”>Swift. Synergy. System.</p>
    <p style=”text-align: center;”>to bring forth the exceptional individual and company</p>
    [/av_textblock]
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_heading tag='h1' padding='10' heading='About the Founder and CEO: Mike Ang' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    [av_one_third first]
    [av_image src='https://brilliancezone.com/wp-content/uploads/2015/02/MikeAngDP.jpg' attachment='525' attachment_size='full' align='center' animation='no-animation' styling='circle' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_third][av_two_third]
    [av_textblock size='' font_color='' color='']
    input resume
    [/av_textblock]
    [/av_two_third]
    [/av_section]
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_heading heading='About Brilliance Zone' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    [av_one_half first]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_half][av_one_half]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_half][av_one_half first]
    [av_textblock size='20' font_color='' color='']
    We are a group of visionaries, dreamers, doers and ambitious people working on unleashing the Passion, Purpose and Potential of every individual and companies forward.
    [/av_textblock]
    [/av_one_half][av_one_half]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_half][av_one_half first]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_half][av_one_half]
    [av_textblock size='' font_color='' color='']
    We want to touch lives and be your Trusted Partner both in schools and companies
    – we help them set their company vision
    – we guide them on the new pathbreaking innovator
    – we inspire them to equip myriads of crucial skills program for successful living
    [/av_textblock]
    [/av_one_half][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    [/av_section]
    [av_section min_height='75' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='#f8f8f8' src='https://kriesi.at/themes/enfold-startup/files/2015/02/hipster-working.jpg' attachment='473' attachment_size='full' attach='parallax' position='center right' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    [av_three_fifth first]
    [/av_three_fifth][av_two_fifth]
    [av_heading tag='h1' padding='10' heading='Who are we? What do we do?' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='10px' custom_margin_bottom='10px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    [av_textblock size='' font_color='' color='']

    • Our Philosophy
    • Our Methodology
    • Our Capability
    • Our Program

    [/av_textblock]
    [/av_two_fifth]
    [/av_section]
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_fifth first]
    [/av_one_fifth][av_three_fifth]
    [av_heading tag='h1' padding='10' heading='We are guiding Individuals and Companies to the place where all of Life’s Passion, Purpose and Potential is unleashed to a sweet spot or place called Brilliance Zone' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    [/av_three_fifth][av_one_fifth]
    [/av_one_fifth][av_image_hotspot src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder-full.jpg' animation='no-animation' hotspot_layout='numbered' hotspot_tooltip_display='' hotspot_mobile='true'][/av_image_hotspot]
    [av_textblock size='' font_color='' color='']
    There are 3 things that is distinctive about us (CPF)

    • We Customise
    • We Personalize
    • We Follow-up

    [/av_textblock]
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    [/av_section]
    [av_section min_height='75' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.5' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    [av_one_full first]
    [av_heading heading='Brilliance Zone Philosophy' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    [av_textblock size='' font_color='' color='']
    <div>We prepare Change Agents by nurturing and pushing humanity forward to experience that convergence called Brilliance Zone</div>
    <div></div>
    <div>We aim to nurture student and workforce to build foundation that lasts.</div>
    <div></div>
    [/av_textblock]
    [/av_one_full]
    [/av_section]
    [av_heading tag='h2' padding='10' heading='The 3 Pillars Of Holistic Development' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_third]
    [av_textblock size='' font_color='' color='']
    <div></div>
    Charactor
    [/av_textblock]
    [av_textblock size='' font_color='' color='']
    <div></div>
    <div>Behaviour based on inner compass as well as desire and drive for life</div>
    <div></div>
    <div>1. Moral Values</div>
    <div></div>
    <div>2. Performance Values</div>
    <div></div>
    <div>3. Organisational Values</div>
    [/av_textblock]
    [/av_cell_one_third][av_cell_one_third]
    [av_textblock size='' font_color='' color='']
    Competence
    [/av_textblock]
    [av_textblock size='' font_color='' color='']
    <div>Believe that certain amount of time and experience is needed to hone life skills</div>
    <div></div>
    <div>1. Ability (Talent)</div>
    <div></div>
    <div>2. Skills</div>
    <div></div>
    <div>3. Knowledge</div>
    <div></div>
    [/av_textblock]
    [/av_cell_one_third][av_cell_one_third]
    [av_textblock size='' font_color='' color='']
    Confidence
    [/av_textblock]
    [av_textblock size='' font_color='' color='']
    <div>Becoming the person with inner calm control without being arrogant</div>
    <div></div>
    <div>Life (self)</div>
    <div></div>
    <div>Language(speak)</div>
    <div></div>
    <div>Living (??)</div>
    [/av_textblock]
    [/av_cell_one_third]
    [/av_layout_row]
    [av_textblock size='' font_color='' color='']
    <div></div>
    <div>
    <div>All these 3 pillars can be developed through formal and informal training. Brilliance Zone is the ultimate place we want you to experience. It is when that moment you know when you are</div>

    • 100% Alive
    • Everything is done effortlessly and effectively
    • Lost in time and space

    </div>
    [/av_textblock]
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_heading heading='Brilliance Zone Broad Capabilities' tag='h2' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    [av_one_fifth first]
    [/av_one_fifth][av_three_fifth]
    [av_image_hotspot src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder-full.jpg' animation='no-animation' hotspot_layout='numbered' hotspot_tooltip_display='' hotspot_mobile='true'][/av_image_hotspot]
    [/av_three_fifth][av_one_fifth]
    [/av_one_fifth][av_textblock size='' font_color='' color='']
    <div style=”text-align: center;”></div>
    <div style=”text-align: center;”>
    <div>
    <div>1. LifeSkills Development</div>
    <div>2. Learning Development</div>
    <div>3. Leadership Development</div>
    <div>4. Entrepreneurial Development</div>
    <div></div>
    </div>
    </div>
    [/av_textblock]
    [/av_section]
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' scroll_down='' id='' color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' overlay_enable='' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_heading heading='Brilliance Zone Methodology' tag='h2' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    [av_one_third first]
    [av_textblock size='' font_color='' color='']
    CUSTOMISATION
    [/av_textblock]
    [/av_one_third][av_one_third]
    [av_textblock size='' font_color='' color='']
    PERSONALISATION
    [/av_textblock]
    [/av_one_third][av_one_third]
    [av_textblock size='' font_color='' color='']
    FOLLOW UP
    [/av_textblock]
    [/av_one_third][av_one_third first]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_third][av_one_third]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_third][av_one_third]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [/av_one_third][av_textblock size='' font_color='' color='']
    <div style=”text-align: left;”></div>
    <div style=”text-align: left;”>
    <div>
    <div>
    <div>Brilliance zone Development Connect from the</div>
    Presetting mind –

    • Who are you?
    • Where are you?

    Personal Level –

    • Why do you want to learn?
    • What do you want to learn?

    Perpetuity Level –

    • When can you do it?
    • Where does the learning take?

    <div></div>
    </div>
    <div></div>
    </div>
    </div>
    [/av_textblock]
    [/av_section]
    [av_textblock size='' font_color='' color='']
    Fun Learning – Exciting
    Experiential Learning – Energising
    Whole Person Learning – Empowering
    [/av_textblock]
    [av_textblock size='' font_color='' color='']
    <div>Using the upgraded GROW solution is a very effective coaching framework whereby both coaches and coachee have growing relationship.</div>
    <div></div>
    <div>It must be respectful and responsive that will lead the person to think and do it for themselves</div>
    <div></div>
    <div>In order to know what goes on in the hearts and heads of the coaches, there are 4 useful questions</div>
    [/av_textblock]
    [av_heading tag='h2' padding='10' heading='The Modified Grow Coaching Framework' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_third vertical_align='top' padding='30px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']

    [av_textblock size='' font_color='' color='']
    <div></div>
    Correction
    [/av_textblock]
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' background_color='' src='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    [av_textblock size='' font_color='' color='']
    Conversation
    [/av_textblock]
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='30px' background_color='' src='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    [av_textblock size='' font_color='' color='']
    Contuation
    [/av_textblock]
    [/av_cell_one_third][/av_layout_row][av_one_fourth first]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [av_textblock size='' font_color='' color='']
    Questions
    Personal Discovery
    [/av_textblock]
    [/av_one_fourth][av_one_half]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]
    [av_textblock size='' font_color='' color='']
    Actions And Solutions
    Current Reality – Opinions Alternatives – Whats Next?
    [/av_textblock]
    [/av_one_half][av_one_fourth]
    [av_image src='https://brilliancezone.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg' align='center' animation='no-animation' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image]

    [av_textblock size='' font_color='' color='']

    Celebrations

    • Desired Outcomes

    [/av_textblock]
    [/av_one_fourth][av_textblock size='' font_color='' color='']
    Using the GROW framework symbolise growth. Everyone can grow into their fullest potential.
    [/av_textblock]
    [av_textblock size='' font_color='' color='']
    <div>1st</div>
    <div>We must get the right connection</div>
    <div></div>
    <div>This phase allows coach and coaches to get the Insights – Ideas – Inspiration – Integration – by establishing a clarify of the coaching journey</div>
    <div></div>

    <div>2nd</div>
    <div>We must have the coaches to think feel and do by having a focus conversation of their Goals – Reality – Actions – What’s Next</div>
    <div></div>
    <div>3rd</div>
    <div>We must allow both the coach and coaches to celebrate the success and the results. this is important phase on this serves to launch for future learning and growth</div>
    [/av_textblock]

    #433904

    Hey!

    You could try with !important after your CSS statements:

    body {
    font-size: 40px !important;
    }

    40px seems a bit big though but ok. If you should have further problems please provide us with a link to the site in question so that we can take a closer look.

    Best regards,
    Rikard

    #433755

    I swear I don’t, unless it’s in the parent – which I haven’t edited.

    Here’s the custom CSS from the child in its’ entirety:

    .logo { display: none !important; }
    
    body {
      font-size: 14px;
    }
    
    @media only screen and (min-width: 767px) {
        div#header_main > .container {
            display: none;
        }
        .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
            padding-top: 37px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        #advanced_menu_toggle{
            top: 55px;
        }
        #top .avia-builder-el-first {
            width: 80%;
        }
    }
    
    .image-overlay-inside, .image-overlay.overlay-type-extern {
    display: none;
    }
    
    a.markerly-share-btn.markerly-share-markerly {
    display: none;
    }
    
    h1, h2, h3, h4, h5, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong  {
    color: #F48132 !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    }
    
    i {
    font-style: italic;
    }
    
    .main_color .av-masonry {
        background-color: #ffffff !important;
    }
    
    .content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }
    
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }
    
    .av-masonry-date {
    display: none !important;
    }
    
    .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content,  .av-masonry-entry-title {
    text-align: center !important;
    }
    
    .slide-content {
    background-color: #ffffff !important;
    }
    
    div#av-layout-grid-1, div#av-layout-grid-2 {
    background-color: none !important;
    }
    
    #footer.container_wrap.footer_color {
    border: 4px solid #ACACAC !important;
    }
    
    .widgettitle {
        font-weight: 800;
        text-transform: none;
        font-size: 18px;
    }
    
    #top .flex_column .template-blog .post-title {
        font-size: 22px;
    }
    
    .av-masonry-entry .av-masonry-entry-title {
        line-height: 1.3em;
        margin: 0px;
        font-size: 18px;
    }
    
    .av-masonry-entry  {
        line-height: 1.3em;
        margin: 0px;
        font-size: 13px !important;
    }
    
    .main_menu ul:first-child > li > a { font-size: 14px !important; }
    
    .widget_recent_entries li a {
        font-family: "open sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: bold;
    }
    
    .main_menu{
    background-color:#FFF;
    }
    
    .footerbig {
    font-weight: normal !important;
    font-size: 15px !important;
    }
    
    .avia-slideshow {
        position: relative;
        margin: 20px 0px !important;
        width: 100%;
        clear: both;
        overflow: hidden;
    }
    
    .content, .sidebar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        box-sizing: content-box;
        min-height: 1px;
        z-index: 1;
    }
    
    .big-preview {
    padding: 0 !important;
    margin-top: 20px;
    }
    
    .iconbox {
    border: 2px solid #666 !important;
    padding: 5px !important;
    }
    
    .iconbox .iconbox_content .iconbox_content_title {
        border: medium none;
        padding: 2px 0px 0px;
        position: relative;
        margin: 0px 0px 16px;
        clear: none;
        overflow: hidden;
        letter-spacing: 1px;
        text-transform: none;
        font-size: 18px;
    }
    
    #top .news-thumb img {
    display: none !important;
    }
    
    .news-thumb {
    display: none !important;
    }
    
    .main_color div .news-headline {
    color: #f47f32 !important;
    font-size: 14px !important;
    }
    
    .avia-post-nav {
    display: none !important;
    }
    
    .main_menu .menu ul { width: 215px !important; }
    
    h1 {
        font-size: 28px;
        line-height: 1.1em;
        margin-bottom: 14px;
    }
    
    #tribe-events-pg-template {
        max-width: 100%;
        padding-top: 30px !important;
    }
    .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
        font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border: 3px solid #666666;
    }
    
    .social-icons-widget ul li {
        float: none !important;
        margin: 0px 2px 2px 0px !important;
        display: inline-block !important;
    }
    
    blockquote {
        border-left-style: solid;
        border-left-width: 14px;
        padding: 5px 5px 5px 20px;
        margin-bottom: 1em;
        margin-right: 0em;
        font-size: 18px;
        line-height: 1.5em;
    color: #ffffff !important;
    font-weight: 800;
    background-color: #BBBBBB;
    }
    
    body .column-top-margin {
        margin-top: 10px;
    }
    /* Front Page Submit Field */
    #gform_widget-2 {
        top: 20px !important;
    }
    #gform_1 #gform_submit_button_1 {
        float: right;
        position: absolute;
        top: 0;
        left: 220px;
    }
    #gform_1 #gform_submit_button_1 {
        margin-left: -32px;
    }
    #gform_1 #input_1_2 {
        width: 190px;
        margin-left: -10px;
    }
    /* End submit field */
    .added_to_cart_notification { 
    display: none !important; 
    }
    
    #footer .container {
    padding-top: 0px;
    padding-bottom: 0px;
    }
    
    #footer .widget { padding: 0px 0 0px 0; }
    
    .comment-count, .comment-text  {
    display: none;
    }
    
    div.related_posts {
    display: none!important;
    }
    
    .template-blog .post_delimiter {
        margin: 0px 0px 10px;
        padding: 10px 0px 0px;
        clear: both;
    }
    
    .avia-button, .main_color input[type="submit"] {
    -webkit-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    }
    
    .boxGoodness {
    -webkit-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 7px 5px -6px rgba(0,0,0,0.75);
    }
    
    .newlist {
        list-style-type: none !important;
        padding: 0px;
        margin: 0px;
    }
    
    .newlist {
        background-image: url(https://143.95.43.131/~jimmycar/wp-content/uploads/2015/03/jimmycheck.png);
        background-repeat: no-repeat;
        background-position: 0px center;
        padding-left: 35px !important;
    }
    
    span.wpcf7-list-item {
    margin-left: 0.5em !important;
    display: block !important;
    }
    
    #newsbox-4 {
        padding-top: 40px !important;
    }
    
    .avia-testimonial-wrapper {
        display: table;
        margin: 15px 0px !important;
        clear: both;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-content {
        border: medium none;
        padding: 0px;
        background: none repeat scroll 0% 0% transparent;
        font-size: 1.6em !important;
        line-height: 1.65em !important;
    font-weight: bold !important;
    color: #F47F32 !important;
    }
    
    #top .av-large-testimonial-slider .avia-testimonial-name {
        font-size: 1.6em;
        margin-top: .25em !important;
    }
    #433745

    Hi nvictory!

    Please add following code to Quick CSS

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate { display: block; }
    .html_header_top.html_logo_center .main_menu { display: none; }
    div#header_main_alternate>.container { margin-top: -63px!important; }
    .logo-text {
      font-size: 15px;
      top: -5px;
      left: 32%;
      line-height: 31px;
      width: 50%;
    }}
    @media only screen and (max-width: 480px) {
    .logo-text { left: 53%; }
    div#header_main_alternate>.container { margin-top: -93px!important; }}

    Cheers!
    Yigit

    #433729
    nvictory
    Participant

    I was in need of an area to add text to in the header area next to the logo, and was able to accomplish this when viewing on a computer. However, I also need this text to show up on mobile devices. Is there a way to do this? Here’s what I did to get the text to display in the header:

    I placed the following code in my functions.php file to add the text:

    add_action(‘ava_after_main_menu’,’logo_text’);
    function logo_text() {
    echo “<div class=’logo-text’>Leading Innovation in Advanced Network Application Acceleration</div>”;
    }
    And used the following CSS to style the text:
    .logo-text {
    font-weight: bold;
    font-size: 15px;
    color: #1b86c8;
    position: relative;
    top: -85px;
    left: 25%;
    line-height: 0; // if I place 28px the Menü below shifts 28 pixels, too
    }
    Any help would be greatly appreciated! Thanks!

    #433454

    Hi!

    You can use the code as following

    .iconbox_header .iconbox_content_title { color: orange !important; }
    .iconbox_header .iconbox_content_container { font-size: 20px; }

    Please keep in mind that you cannot have space in CSS selectors. “.iconbox header” is wrong so it should be “.iconbox_header”

    Best regards,
    Yigit

    #433452

    Hey!

    Please use following code instead

    .new-special-heading h3 {
      text-align: center;
      font-size: 24px;
    }

    Cheers!
    Yigit

Viewing 30 results - 13,921 through 13,950 (of 18,734 total)