Viewing 30 results - 15,781 through 15,810 (of 18,730 total)
  • Author
    Search Results
  • #312504
    jeffreyvanoostrom
    Participant

    Hi Guys,
    I would like to have 2 font sizes in the pricing table – price row

    p.m. should be same size as the other font sizes in that coloum.. how can I do this?

    thanks

    #312474
    GOWD
    Participant

    Hi,
    Yigit gave me a code snippet to get the logo and header phone info. to move left in the boxed version of the theme. It was

    /*this is css to get the main menu to align left*/

    div#header_main_alternate .container { width: 100%; margin: 0; }
    .html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }

    @media only screen and (min-width: 1140px) {
    div#header_meta .container, div#header_main .container { margin: 0 5px; width: 1120px; }}

    /*this is css for the phone no. at the top of the page above logo to centre and display below the social media icons on mobile phones*/

    .phone-info { font-size: 18px; !important; font-weight: normal!important; }

    .phone-info span {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    }

    Problem is that the code is not applying to portrait view on a tablet (Samsung Galaxy Tab3 10 inch)

    Also the homepage body, portrait view on a tablet (Samsung Galaxy Tab3 10 inch) and on smartphone (Samsung Galaxy S3).

    The Columns from “Key Cutting” down are not centring the images or displaying them full size.
    The images are the same size as the ones preceding them on the easy sliders which are displaying full size and centred.

    Any help appreciated.

    Thanks

    #312446

    Hi!

    Please add following code to Quick CSS and adjust as needed

    .my-custom-content { position: relative; left: 50px; color: red; font-size: 18px; }

    Cheers!
    Yigit

    #312440

    One last question….is there something I can add to the custom css to allow me to change the position, font size, colour etc?

    #312411
    Simon
    Participant

    Hi,

    I have a couple of icon fonts included manually in the source code. They all get animated when they show up on the screen. This is a really cool feature, but in my case I’d like to disable this.

    In my case, the source code looks like this:

    <li id="menu-item-604" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#"><span class="avia-bullet"></span><span class="av_font_icon avia_animate_when_visible av-icon-style- av-no-color avia-icon-pos-left"><span class="av-icon-char" style="font-size:20px; line-height:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span><span class="avia-menu-text">Einstellungen</span></a></li>

    When I remove the class avia_animate_when_visible, the icon gets display in a very small size (~ 5px).

    Thanks in advance!
    Best

    • This topic was modified 11 years, 6 months ago by Simon.
    #312118

    Hi Kayzel!

    Thank you for using Enfold.

    You can use this for the caption title:

    h2.avia-caption-title {
    font-size: 50px;
    }

    This one for the caption content:

    .avia-caption-content {
    font-size: 25px;
    }

    Cheers!
    Ismael

    #311778
    This reply has been marked as private.
    #311761

    Hi nopounet!

    1- Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
    As a workaround, you can add Icon element under Content elements in ALB and then copy HTML code – http://i.imgur.com/Loqd5it.png and paste it label field while adding new link in Appearance > Menus. Make sure to remove “style” attribute
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

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

    Regards,
    Yigit

    #311742

    Hey jimjiber!

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

    .entry-content { font-size: 13px; }
    .page-id-3307 .post-3481 .entry-content-header { display: none; }

    Best regards,
    Yigit

    #311740
    jimjiber
    Participant

    Hi

    I am loving this theme so far – so beautiful and easy to use. However I am having a couple of little problems.

    http://inferno.3v0.net/~countysu/?page_id=3307

    That’s a site I am putting together using Enfold for a client. I would like to get rid of the Post Title and other meta stuff for the “Market Report”. Also, how come this blog post has a different font size to the others? I can’t find where to change this. Would appreciate any help.

    Thanks.

    #311727

    In reply to: Accordion slider

    This reply has been marked as private.

    Hi clarissawilson!

    Thank you for visiting the support forum.

    You can use this on Quick CSS or custom.css to change the size of the post slider title:

    h3.slide-entry-title.entry-title {
    font-size: 12px;
    }

    Best regards,
    Ismael

    #311636

    In reply to: Accordion slider

    Hey Jarnis82!

    Right now you have #top .aviaccordion-title { font-size: 20px; } in your quick css to make the titles bigger but removing that the font size is identical to the demo (14px).

    Best regards,
    Devin

    #311614

    Hi!

    Please add following code to Quick CSS as well

    #footer .widgettitle { font-size: 12px; }
    #footer { padding: 0; }

    If that still does not help, please post a screenshot and show the changes you would like to make

    Regards,
    Yigit

    #311578

    In reply to: How to enable the RTL?

    No luck. Didn’t work. Not only the font type, even the font sizes changes are not reflected.

    #311562

    Hi,

    yes did that but the image is a smaller size than the actual image ? have set the height of the image but it shows extra small ?

    How can we change the font colour http://prntscr.com/4iasin

    How can we add a background image to the top phone inof bar http://prntscr.com/4iat1y

    thanks

    Philippe

    #311528

    Hey jalmz!

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

    #footer .widgettitle {
    font-size: 20px;
    color: red!important;
    }

    Regards,
    Yigit

    #311483

    Topic: Alt Text Font Size

    in forum Enfold
    kenwae
    Participant

    I have noticed that the font size of the alt text on my images is very large; not all of them, but several, for some reason. I suppose there is a way of changing the alt text font size, but I cannot figure out what that is. How can I make the alt text font size on some of these images more normal??

    #311477

    Hey Joerg!

    It depends on the widgets you’re using in the footer area. If you want to overwrite the font size of all widgets try this css code.

    
    #top #wrap_all #footer .flex_column p{
    font-size: 10px !important;
    }
    

    If you want to change the size of the copyright text use:

    
    #top #wrap_all #socket, #top #wrap_all #socket span{
    font-size: 10px !important;
    }
    

    Cheers!
    Peter

    #311464
    joerg-s
    Participant

    Please help and give me a tip where to do this. Thanks!

    #311461
    AMseptemeber
    Participant

    This bit of CSS I have entered per support is causing a couple of issues on our site. The font set for headings changes to a bolded standard font. I can’t figure out why but can see the font change back on smaller screens and browser sizes. Furthermore, I’d like to use this same layout with header mobile menu activated for tablets in the theme options, but the mobile menu sits right on top of the logo until the browser comes under 768px

    #top #wrap_all .social_bookmarks a {
    color: white;
    }
    .header-scrolled .social_bookmarks a {
    color: #919191!important;
    }
    ..html_header_transparency #top #wrap_all #main {
    padding-top: 0!important;
    }
    @media only screen and (max-width: 768px) {
    .html_header_transparency #top #wrap_all #main { margin-top: -82px; }
    #311357
    basecrest
    Participant

    Hi,

    I have made a simple logo with font.
    Now its up when the shrink happens the logo/type is so small its hard to see.
    Is there a code shortcut to keep the logo same size when the header shrinks?
    If yes would the logo require new dimensions before upload to wp?

    For now i have made the head Large and stopped shrink.

    Many thanks
    Nathan

    • This topic was modified 11 years, 7 months ago by basecrest.
    #311273

    Hey!

    Try adding this code to the Quick CSS:

    .phone-info {
        font-size: 24px;
        color: red !important;
    }

    Adjust as needed.

    Cheers! 
    Josue

    #311182
    vic98
    Participant

    Hi there,

    I’d really like to use the hotspots feature on as image in the layer slider.
    I’ve created an image with hotspots then cut the code into the html section of the layer slider but I think I’ve copied the area that looks for the image as well and it’s causing a white box to display.
    Could you help sort out the piece of code I don’t need, I’ve copied it below??

    [av_image_hotspot src='https://dhmc.hyperdesign.co.nz/wp-content/uploads/2014/08/Moss-Mould-treatments.jpg' attachment='3253' attachment_size='full' animation='pop-up' hotspot_layout='numbered' hotspot_mobile='aviaTBhotspot_mobile']
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-left' tooltip_width='av-tt-default-width' tooltip_style='main_color' hotspot_color='custom' custom_bg='#104b95' custom_font='' custom_pulse='' hotspot_pos='62.5,57.5']
    Moss and mould treatments for masonary, concrete and brick work
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-left' tooltip_width='av-tt-default-width' tooltip_style='main_color' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='25,71']
    Roof Treatments – removal of moss and mould and roof cleaning
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-left' tooltip_width='av-tt-default-width' tooltip_style='main_color' hotspot_color='custom' custom_bg='#104b95' custom_font='' custom_pulse='' hotspot_pos='79.2,86']
    Superior moss and mould removal from concrete walls, driveways and paths
    [/av_image_spot]
    [/av_image_hotspot]

    #311084

    In reply to: Website Slowdown

    ps:

    How can I centered my phone number .phone-info within the code you gave me?
    {
    font-size: 18px;
    }

    #311072

    In reply to: Website Slowdown

    Hi!

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

    .phone-info {
    font-size: 18px;
    }

    Cheers!
    Yigit

    #310948

    Hi Yigit..

    This one.. I would like to take full control of every widget I have, their padding, background, border color, font, font size and etc..

    and also the footer is affected.. and i dont want those footer will be affected.. like this one.. its affected

    http://biliranisland.com/ph/?s=biliran

    Thanks Yigit

    • This reply was modified 11 years, 7 months ago by jalmz.
    #310899

    Hey Madame_z!

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

    .ln-letters { font-size: 20px; }
    ul#glossaryList { font-size: 18px; }

    Best regards,
    Yigit

    #310882

    Hey!

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

    #top #header .mega_menu_title a { font-size: 14px; }

    If you can post a screenshot/mockup showing the menu you would like to have, we can help you out better. I am not sure if i understood how you would like to display your megamenu

    Regards,
    Yigit

    #310840
    Effektid
    Participant

    Hi! I wonder if it’s possible to change the font of the image captions for the icons? (color, size and to lowercase)?

    I also wonder how to change the color of the headlines inside a color section?

    I tested this, but didn’t work:

    .avia-section h2 {
    color: #fff;
    }

    • This topic was modified 11 years, 7 months ago by Effektid.
Viewing 30 results - 15,781 through 15,810 (of 18,730 total)