Viewing 30 results - 12,661 through 12,690 (of 18,739 total)
  • Author
    Search Results
  • #527867

    Hey!

    Try adding this code to the Quick CSS:

    #footer .wpcmsdev-icon {
        font-size: 28px;
        margin-right: 8px;
    }

    Cheers! 
    Josue

    #527842

    Hi JuldanInc!

    Thank you for using Enfold.

    Decrease the font size on smaller screens:

    @media only screen and (max-width: 767px) {
    span.av_icon_caption.av-special-font {
        font-size: 15px;
    }
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #527836

    Hi!

    Use this codes:

    #top .gform_button {
        border: 2px solid;
        border-color: #fff;
        border-width: 2px !important;
        background-color: transparent;
        color: inherit;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    
        margin: 0;
        padding: 16px 20px;
        border-radius: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        font-size: 14px;
        min-width: 142px;
        outline: none;
    }
    
    #top .gform_button:hover{
        background-color: rgba(255,255,255,0.4);
        color: #ffffff;
    }

    Adjust as needed.

    Regards,
    Josue

    mmf1
    Participant

    Hey guys this changes the size: .
    phone-info {
    font-size: 15px;
    }

    But when I add a link color, or a color it does pic up the color I want. How do I acheive this?

    Thanks

    #527793

    Yeah, strangely it just started to appear again and I did nothing to the site or the plugin. Wonder if it was some kind of caching issue with the browser as I don’t have any caching plugins installed.

    Anyway, the main issue I was writing about was being able to specify an event in the Events countdown element that is accessible in the Avia Layout Editor. The only options for configuration are smallest & largest unit of time, whether or not to display the event title, the font size and the color. Nothing that lets us choose a specific event like the Event Countdown Widget (in Appearance -> Widgets) that we can use when setting up sidebars in the Widgets area. See the Student Ministries Sidebar for an example of the Events Countdown Widget where we can choose a specific event. We’d like to be able to do this (select an event) with the Events Countdown Editor element.

    I’m assuming the countdown element that we see in the Avia Layout Editor is provided by your theme instead of the plugin author, since that comes with your theme whether or not we purchase the Pro version of the plugin. But maybe I’m wrong in this assumption?

    Either way, can you please tell us if there is another version of this element that would let us select a specific event. If one is not available, can you please tell us how to change the code so that we can select a specific event? Thanks

    #527560
    pctech33
    Participant

    The text editor in WP normally shows text and visual, but I only now see “text”, the visual tab has disappeared and cannot change much, color of the text, etc.

    Also in child enfold theme options not all google fonts are loaded, only some, why?

    Last, how can I change the font size of the font of the captions on the full screen slider?

    Thank you!

    #527546
    schenkco
    Participant

    This should be an easy question but I don’t know how to manipulate the short code to open a new window when the user clicks on the button. Here’s the code to my button.

    [av_button label='Download Specifications Sheet' link='manually,http://www.google.ca' link_target='' size='small' position='center' icon_select='yes' icon_hover='aviaTBaviaTBaviaTBicon_hover' icon='ue82d' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    I know typically in html it goes <a href="....link.html" target="_blank">

    How would I go about this in shortcode?

    Thanks!

    #527070

    Topic: Slider Caption Sizing

    in forum Enfold
    Picante
    Participant

    Hi

    At the moment I have to keep my font size fairly small in caption titles as it breaks onto two lines if I use unframed left or right – is there a way to keep this on one line with a bigger font?

    Many thanks

    #527063

    As i said in this title, it was, indeed, a solvable problem in relation to font size error!

    It is fixed now and i will be more careful with my div ags.

    #527026

    Hi Ismael,

    Thank you for your help. The code doesn’t seem to work the way I need it. It also affects the font size of the desktop version, and on mobile there is still too much whitespace on the right side of the blog posts (in other words: the post are not aligned on the screen).

    Best regards
    Poirot

    #526944

    Only this (Put it under the “Quick CSS”):

    h1 {
    font-size: 24px;
    font-weight: medium;
    text-transform: none;
    }

    #526878

    I am working at it locally, maybe I can send you chunks of html code if you tell me what you need to check. I just used
    #top .social_bookmarks li { font-size: 28px; }
    to increase the size of the icons

    #526825

    Hey!

    Thank you for the update.

    You can decrease the font size of the title on smaller screens:

    @media only screen and (max-width: 767px) {
    .content .entry-content-wrapper {
        padding-right: 0 !important;
    }
    
    h3.slide-entry-title.entry-title {
        font-size: 14px;
        line-height: 1.5em;
    }
    }

    Best regards,
    Ismael

    #526800
    MulderMind
    Participant

    Hi there,

    I’m using this custom “white-button’ on my site and I want to replace the standard Gravity Forms submit button by this one.
    Can that be done by Quick CSS?

    The button:
    #top .white-button .avia-button.avia-color-dark {
    border: 3px solid #000;
    color: white;
    border-color: white;
    font-size: 15px !important;
    font-weight: bold !important;
    }

    Hey!

    Thank you for the update. Add this in the Quick CSS field to fix the buttons and the menu:

    @media only screen and (max-width: 989px) {
    .avia-button.avia-size-x-large {
        padding: 25px 20px 20px;
        font-size: 12px;
        min-width: 100%;
    }
    
    #top #header .av-main-nav > li > a {
        font-size: 14px;
    }
    }

    Cheers!
    Ismael

    #526790

    In reply to: Post Slider Arrows

    Hey gabreu!

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

    #top .avia-slideshow-arrows a {
        background-color: rgba(200,200,200,1);
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .avia-slideshow-arrows a:before {
    line-height: 30px; 
    }

    Regards,
    Yigit

    #526356

    I can find neither an option for the font size nor an option for the font family :(

    #526326

    I’m sending you credentials so you can take a closer look. We use the Events Countdown Timer from the Plugin Additions in the Avia Layout Editor. The only options for configuration are smallest & largest unit of time, whether or not to display the event title, the font size and the color. Nothing that lets us choose a specific event like the Event Countdown Widget that we can use when setting up sidebars in the Widgets area. See the Student Ministries Sidebar for an example of the Events Countdown Widget where we can choose a specific event.

    I’m assuming the countdown element that we see in the Avia Layout Editor is provided by your theme instead of the plugin author, since that comes with your theme whether or not we purchase the Pro version of the plugin. But maybe I’m wrong in this assumption?

    I thought about using the widget element in the Avia Layout Editor and selecting the Event Countdown widget so that I could choose a specific event, but I don’t really like the styling of that widget for use within a large section of a webpage. I’d prefer to show the countdown using the styling of your theme.

    Also, for some unknown reason I cannot see the event in the countdown area today (see the homepage, close to bottom of page where it has a green section “next event starts in…”). The event has been displaying in here just fine until I did the last theme update. Now if I hover over the section, I can see that it’s there, but it’s not displaying on my screen. I’ve tried changing the font colors, but I still can’t see it. Any idea what would be causing this? When I look at the source code, the font color is different from the background, so I don’t understand why I can no longer see the event timer.

    #526249

    Hi henryjalink!

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

    h3.grid-entry-title.entry-title {
        font-size: 16px;
    }

    Regards,
    Yigit

    #526215

    Hey!

    Please add following code to Quick CSS and adjust as needed

    .gfrorm_body thead th {
        font-size: 13px!important;
        font-weight: normal!important;
    }

    Best regards,
    Yigit

    #526024

    In reply to: Featured Images

    Hi!

    1.) Modify the secondary menu styling in the Enfold > Advanced Styling panel. Edit the “Small bar above Main Menu “.

    2.) Regarding the slider, adjust the “Accordion Image Size” settings according.

    3.) Use this filter for the google fonts: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    If you need anything else, feel free to open a thread for each question.

    Regards,
    Ismael

    #525895

    Hi zineatoo!

    We can change the font-weight/font-size for the headings using css, however please indicate what headings you are referring to as all headings currently have some degree of bolding.

    Please insert the following css into your custom css section in order to keep a consistent white background for each row:

    .main_color tr:nth-child(even) {
        background-color: #ffffff;
    }

    Regards,
    Dake

    #525822
    stratconmanagement
    Participant

    Hi there,

    I am trying to style the number seen at the top right so it is larger and another color, similar to the blue phone number a bit further down but not quite as big. I can’t figure out how to change it.

    I have tried this to start, but seems to not respond:

    .social_header .phone-info span { font-size: 16px; }

    Any help is appreciated. Thanks.

    #525816
    Michael
    Participant

    Hi,

    I’m a new user to the Enfold theme and find everything really helpful. On this topic post, https://kriesi.at/support/topic/opaque-header-on-small-screens/?login_error, I implemented this code in the Quick CSS in order to make my mobile header transparent:

    .av_header_glassy.av_header_transparency #header_main {
        background-color: rgba(0, 0, 0, 0.4);
    }

    and

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background-color: transparent;
        position: absolute!important;
    }}

    But, while this has allowed the header to be transparent (as it was before in Desktop view), my Header Logo and Menu Icon are now falling right on top of the 1st part of the page.

    I also entered this code as suggested in the post I cited in order to try to move the content down, but that didn’t work:

    .av-special-heading.av-special-heading-h1.custom-color-heading.blockquote.modern-quote.avia-builder-el-1.avia-builder-el-no-sibling.av-thin-font.av-inherit-size {
    margin-top: 52px;
    }

    I’ve entered the website below. Any suggestions will be appreciated.

    • This topic was modified 10 years, 5 months ago by Michael. Reason: RESOLVED. Can close this as I realized what I was doing wrong! :)
    #525785

    Hi
    This page > http://www.bethcosi.com/ shows on the Google pages av_textblock size=” font_color=” color=”] Beth Cosi is a teacher at Go Interactive Wellness and owner of Bendy Brewski Yoga. Read more about Beth and how …

    This page https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=18&cad=rja&uact=8&ved=0CDsQFjAHOApqFQoTCJG-woCj48gCFUFUiAodmOYKFQ&url=http%3A%2F%2Fwww.bethcosi.com%2Fgo-interactive-wellness%2F&usg=AFQjCNHgAAx3C1LavKmtItMaJVa8tUbD7w&sig2=YhJUdqOebtaDRlncj7tbmQn shows
    in the Google pages
    av_textblock size=” font_color=” color=”] Go Interactive Wellness | Beth Cosi is a teacher at Go Interactive Wellness and she can help your business and your …

    this is happening on most pages

    thx

    #525766

    Hey!

    Please add following code to Quick CSS as well

    .av-countdown-cell-inner { font-size: 'Open Sans'!important; }

    Regards,
    Yigit

    #525710

    Hi DROR!

    Please insert the below css into your custom css section:

    .av-countdown-time {
        font-size: 80px !important;
        font-weight: bold !important;
    	color: #00a59d !important;
    }
    
    .av-countdown-time-label {
    	color: #00a59d !important;
    }
    
    .main_color .av-colored-style .av-countdown-cell-inner {
        background-color: #ffffff !important;
    }

    Regards,
    Dake

    #525703

    Hi DROR!

    Please add following code to Quick CSS

    span.av-countdown-cell-inner {
        color: green!important;
        background: white!important;
    }
    .av-countdown-cell-inner { 
    padding: 5px;
    }

    You can adjust the font size by adjusting this code in your Quick CSS – https://kriesi.at/support/topic/how-to-add-space-and-roundness-to-the-counter/#post-525057.

    Regards,
    Yigit

    #525675

    In reply to: Featured Images

    Ok Thanks Elliot,

    Also i want to have different background colour for the Navigation Menu (Secondary Menu), also how do i add some google fonts to the theme, i have specific font am suppose to use.

    And the last i want to change the font of the secondary Menu , and size and font

    #525565

    In reply to: Font size in blog text

    Hey DeniseLand!

    Add this to your custom CSS.

    article.post-entry .entry-content p {
        font-size: 14px !important;
    }

    Best regards,
    Elliott

Viewing 30 results - 12,661 through 12,690 (of 18,739 total)