Viewing 30 results - 13,471 through 13,500 (of 18,734 total)
  • Author
    Search Results
  • #470240

    In reply to: Bar above footer

    Hey!

    Please try changing the last code i posted to following one

    #custom-section .container {
    color: white !important;
    font-size: 16px !important;
    }

    If that too does not work, please create a temporary admin login and post it here privately so we can look into it.

    Best regards,
    Yigit

    #470104

    Hi Yigit, I managed to get the font working on my site with this CSS –

    h1 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h2 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h3 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h4 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h5 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    h6 { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }
    body { font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important; }

    .special_amp {
    font-weight: normal !important; font-family: ‘Century Gothic’, sans-serif !important; font-style: normal !important; font-size: 1em;
    }

    #socket {
    font-weight: normal; font-family: ‘Century Gothic’, sans-serif !important;
    }

    However, it doesn’t work on my laptop, using the same browser as my Mac, Chrome. It also isn’t working on my mobile, in Chrome again.

    Hope you can help
    Matt

    #469519

    Hi udfb!

    Thank you for using Enfold.

    You can set the font size on mobile device by using css media queries. The layer’s attributes panel will come in handy if you want to modify the layer specifically. Add a unique id or a class attribute to the layer then use it in the Quick CSS field.

    Cheers!
    Ismael

    Hey!

    You should be able to position the caption by editing the slide and selecting the setting you want under Caption Positioning

    You can position the arrow with the following CSS:

    Button container:

    #top .avia-slideshow-arrows a {
      display: block;
      text-decoration: none;
      color: #fff;
      visibility: visible;
      position: absolute;
      width: 60px;
      text-align: center;
      height: 60px;
      line-height: 62px;
      font-size: 25px;
      top: 90%;
      margin: -30px 15px 0;
      z-index: 99;
      overflow: hidden;
      text-indent: -600%;
    }
    
    Previous button:
    
    .prev-slide
    
    Next button:
    
    .next-slide

    Cheers!
    Rikard

    #469376
    CodeContra
    Participant

    Hey guys, I’d like to change the font of the title bar. I haven’t found a solution in a previous thread so I decided to post. Can I change the title bar font to a google font? or another font? I’m using this CSS for the title bar size:

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

    Thanks!

    #469216
    udfb
    Participant

    Even on the Enfold demo theme the font size in the LayerSlider text layers gets illegible on smartphones. For example, on the third slide, the text “Tons of Elements” and the other text below it is illegible when viewed on a smartphone (in portrait orientation).

    Ideally, the text should responsively adjust to a legible font size (such as how it is done on the Bridge theme). Is there a way to fix this?

    #469184

    Even on the Enfold demo theme the font size in the LayerSlider text layers gets illegible on smartphones. For example, the third slide “Tons of Elements” and the other text is illegible when the browser window gets too small.

    Is there a way to fix this?

    #469036

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    #socket .sub_menu_socket li {
      margin-bottom: 15px;
    }
    #socket .avia-menu-text {
      font-size: 16px;
    }}

    Best regards,
    Yigit

    #468806

    In reply to: Social Media Icons

    Hey!

    The code is incorrect. Please replace it with:

    @media only screen and (max-width: 767px) {
    	.av-inherit-size .av-special-heading-tag {
    	font-size: 0.5em !important;
    	}
    }
    
    #top .social_bookmarks li {
    font-size: 22px;
    }
    
    .social_bookmarks_rss a::before {
    content: '';
    font-family: 'fontello';
    }
    
    .social_bookmarks_rss a::after {
    content: '\e800' !important;
    font-family: 'fontello';
    }

    Please copy the code directly from this forum, not from your email because some of the symbols are being converted automatically.

    Cheers!
    Ismael

    Hi
    I removed the preformatted text. I pasted
    .home #after_section_5 {
    line-height: 2em;
    font-size: 11px;
    }
    in the Quick CSS area.

    While the text size is is reduced now, the text area container is still much wider than the footer bar.

    How could i reduce the height of this area to be the same as that of the footer.

    Thank you
    Anurag

    #468511

    In reply to: Font Size in Blogposts

    Hi Antonio!

    Please try this to target content text in single posts:

    .single .entry-content {
    font-size:16px !important;
    }
    

    Cheers!
    Rikard

    Hey!

    You can use the following CSS in Quick CSS to target that area, though I’m not sure why you are using a pre tag?

    .home #after_section_5 pre {
      line-height: 2em;
      font-size: 11px;
    }

    Cheers!
    Rikard

    #468491

    Hey!

    I selected a pixel value and it’s working as expected. Please use this method to set the font size.

    Regards,
    Rikard

    #468407

    Topic: Font Size in Blogposts

    in forum Enfold
    abortolotti
    Participant

    Hi Guys,

    How do I increase the font size in a blog post?

    Thank you

    Antonio

    #468358
    czar
    Participant

    Hi, after solving my problem here:
    https://kriesi.at/support/topic/adding-a-widget-area-to-the-header-2/
    after last update, css does not work anymore. use this:

    .header-widget {
      left: 14%;
      padding-top: 0;
      position: absolute;
      top: 30px;
      transform: translate(-50%);
      color:rgb(46,139,61) !important;
      font-size: 140%;
    }

    thanks

    #468226

    Hi mike1270!

    Andy mentioned that it is possible, but you would need to first add your own custom font and jquery.

    Previous thread: https://kriesi.at/support/topic/enfold-toggles-size/#post-467973

    Cheers!
    Dake

    #468142

    Hey SpaceDream!

    Try adding this to your custom CSS.

    #advanced_menu_toggle:before {
      content: "MAIN MENU";
      font-size: 12px;
      font-family: arial;
      display: block;
      line-height: 15px;
      padding-top: 5px;
    }

    Is that what your trying to do?

    Cheers!
    Elliott

    Hey!

    The problem is your headings are set to 100px and when you view on small screens they are not going to break onto new lines. I recommend setting them to a smaller font size by dragging a codeblock element to your page and add this inside.

    <style type = "text/css">
    @media screen and (max-width: 450px) {
    .text_center h1 { font-size: 30px !important; }
    }
    </style>

    Cheers!
    Elliott

    NR1234
    Participant

    Hi
    I would like to introduce a text area above the footer menu. I would like the height of this text area and the size of the font in this area to be the same as that in the footer menu.
    Currently if I introduce a text area it is much thicker (in terms of height) than the footer area and even the font size is larger. Please advise.

    Thank you
    Anurag

    #467765

    In reply to: Social Media Icons

    Hey Ismael, Thanks for your help. Put that in and it makes the icon blank. this is what I have in my quick css. I’m wondering if something I have in the code before it is messing things up.

    @media only screen and (max-width: 767px) {
    .av-inherit-size .av-special-heading-tag {
    font-size: 0.5em !important;
    }
    }
    #top .social_bookmarks li {
    font-size: 22px;
    }
    .social_bookmarks_rss a::before {
    content: ”;
    ‘\e800’ !important;
    font-family: ‘fontello’;
    }

    Thanks for your help.

    #467668

    Hey handelsmann!

    Your wanting quite a bit of customization done to the Woocommerce plugin. It’s going to take quite a bit of time and code to complete so it would have to be considered custom work. It would be best to hire a freelancer to help you out with these customizations.

    For #2 though I’m not sure I understand. Your just trying to change the size and color for the price? If so then you can do it with this CSS.

    .single_variation .amount {
      color: red;
      font-size: 30px !important;
    }

    Cheers!
    Elliott

    #467667

    Hi: Thanks for your response. This has dragged on so you’ll need to read through the posts to get the situation.

    I do not use image files for headlines, however I had to make the site live using a workaround of image, (rasterized,) headlines in the layer slider so they would be responsive on mobile, which headline text was not within LayerSlider. That is the problem.

    Please see this page at http://swingcontrol.com/home2/ to understand the issue—view it at mobile size.

    The headlines within LayerSlider need to be mobile responsive. They are getting lost, i.e. too big, on mobile. LayerSlider doesn’t use the same CSS as the Enfold overall theme, so Quick CSS doesn’t seem to affect it. All code placed within LayerSlider does not affect the responsiveness—I have tried all I could think of—and it doesn’t accept media queries.

    This is the code I use in “Quick CSS” within Enfold Child which works fine on all Enfold controlled text to size the headlines:

    @media only screen and (max-width: 640px) {
    h3 {
    font-size: 30px !important;
    }
    }

    I would like to do the same thing within the individual slider layers, but nothing I try works. I have tried giving the layer an ID, #home3, but can’t seem to affect it. I have also scoured the forum and tried all solutions, but they do not work.

    I have provided the temp admin login, and the password for the test page. I am turning this site, an interim one, into a large ecommerce site and will need to resolve this issue on both the interim site and the final site.

    If you guys can help me resolve this I would be grateful.

    Thanks.

    #467509

    Hey!

    please always open a new ticket for different questions. I think your questions were asked several times in the forum already.

    1.) Have a look at this post: https://kriesi.at/support/topic/hover-color-at-submenu-link-how-to-edit/#post-341853

    2.) Please show us the issue providing us a link to it.

    3.) Difficult to imagine what you want. Can you send us screenshots showing what you need? use imgur or dropbox.

    4.) Which icons? where? try this code (I am just guessing and hope it’s right for you):

    .iconbox_icon.heading-color {
    font-size: 10px;
    }
    

    Please open a new ticket for each questions including more information about what you want to achieve etc.

    Best regards,
    Andy

    #467387

    Thanks for this, Ismael – nobody has told me this before!
    Now I changed the font to a Google font, in the quicl .css, but no change. This is what I set up:

    #top .subtext {
    float:left;
    font-size:32px;
    font-weight:300;
    color:#7f0afc;
    position:relative;
    font-family:”calligraffitti” !important;
    }

    Any idea why this doesn’t change anything on the mobile?
    Any other code I should add?

    Thanks a lot,
    Susanne

    #467383
    crevlon
    Participant

    Hi,

    ich hab oben im Header mit dem folgenden Code eine Suchfunktion hinzugefügt:

    #top #s{
    height: 29px;
    width: 247px;
    border: 1px solid #827f7c;
    color: #474747;
    }
    
    #top #searchsubmit{
    width: 65px;
    height: 29px;
    font-weight: bold;
    line-height: 12px;
    font-size: 12px;
    color: white;
    background-color: #e28329;
    background-image: -moz-linear-gradient(top, #e28329, #d25a23);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e28329), to(#d25a23));
    background-image: -webkit-linear-gradient(top, #e28329, #d25a23);
    background-image: -o-linear-gradient(top, #e28329, #d25a23);
    background-image: linear-gradient(to bottom, #e28329, #d25a23);
    background-repeat: repeat-x;
    border: 1px solid #827f7c;
    border-left: none;
    font-family: 'Arial' !important;
    z-index: 14;
    }

    Wenn ich meinen Browser jetzt kleiner mache, verschiebt sich die Suche in das Logo (siehe Bild).
    Wie kann ich das ändern?

    LG

    #467325
    CodeContra
    Participant

    Hi! I have the following CSS to pad the left margin of the iconlist on the first link I provided.

    /*Icon List Padding and Font Size
    _________________________________________
    */
    .avia-icon-list .iconlist_title { font-size: 16px;}

    .main_color .iconlist_content { font-size: 14px; }

    .avia-icon-list li { padding: 0 0 15px 0; }

    .entry-content-wrapper li {
    margin-left: 20%;
    }

    It looks like the Icon list on the second link I provided is indented as well. I’d like the formatting to look like the icon boxes on the left side of the page (no left padding) while keeping the left padding on the first link. I tried defining a CSS class (added to functions.php) for the element but can’t seem to get the left padding to 0. Thanks!

    #467226

    In reply to: Enfold Toggles Size

    Hi!

    Please add following code to Quick CSS as well

    .toggler {
      font-size: 14px;
    }

    Regards,
    Yigit

    #467141

    I tried adding class and style to the widget text code, but nothing changed.

    [av_button label='Get the Newsletter' link='page,1353' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' class='border-box-in-widget']

    #466896

    Hello Rikard,

    thanks you for helping me!

    I do have some more questions (additionally):
    1. How can I insert a background image to the secondary menu in the top bar?
    It should actually be the same as the header (wool-for-light-backround.png)
    2. How can I change the font color and alternate hoover color of the secondary menu in the top bar?
    The main menu font color should be different – in other words: it should be as it is right now.
    3. Could you give me the height in px of the secondary menu top bar?
    4. If recognized a misbehavior of the title of the icon box element (example: page prices)
    I want to change the font color and font style of this title with the code:

    
    h1, h2, h3, h4, h5, h6, tr.pricing-row td,  #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox {
    font-family: Georgia; font-size: 18px; text-transform: none;
    }
    

    at the quick css field but it didn´t work out.
    I have done a workaround of h3 in the “erweitertes styling” cockpit – but i´m sure that isn´t the best way.
    Also I want to add other content fields e.g. the contact form attributes (to have the same font and font size there)
    Can you give me a hint to do that?
    5. I think I do not really understand the parallax navigation in the menu section. I have create it with “individual links” – but for me it seems the site is loading again instead of jumping to the #anker (e.g. page prices). How can I avoid to load the site again and scrolling directly to the #anker (usecase: the user is actually on the site “prices” and uses the submenu)?
    6. I do not want and do not need the widget “Gravatar” – how can I remove it?
    7. How could I use the enfold backgrounds for other avia layout elements e.g. the background of the “Reiter” element?

    And last but not least the first question to point “forwarding”. Please find the credentials in the privat field.

    Your theme support is really outstanding!

    BR
    Felix

    #466658

    In reply to: proper logo resize

    hi there,

    Sorry if i´m confusing ;-)

    what I’m trying to reach you can see below in Priv. Section. a nearly 100% Logo centered.
    Menu items with different hoover status and positioning under the related color area in logo.
    Do you have any idea how to manage that?
    I would greatly appreciate your help!

    For now i have added to custom css:

    /*Change Hamburger colors:*/
    #advanced_menu_toggle, #advanced_menu_hide {
        background-color: #FFF;
        color: #545454;
        border-color: #393838;
    }
    
    /*Change dimensions of logo era:*/
    #top .logo {
    	width: 100%;
    	height: 200;
            margin:-top:5px;
           }
    
    /*Change  colors on hoover:*/
    .link5:hover {
    	background-color: #3E5D65;
    }
    .link4:hover {
    	background-color: #6D8B31;
    }
    .link3:hover {
    	background-color: #E69D2D;
    }
    .link2:hover {
    	background-color: #D25A17;
    }
    
    /*give menu items constant width:*/
    #menu-item-16594{
    width: 190px !important;
    }
    #menu-item-16505{
    width: 190px !important;
    }
    #menu-item-16506{
    width: 190px !important;
    }
    #menu-item-16503{
    width: 190px !important;
    }
    #menu-item-16507{
    width: 190px !important;
    }
    /*add some space below menu:*/
    .content{
    padding-top:25px;
    padding-bottom:25px;
    }
    #header_meta {
    min-height: 40px;
    }
    /*styling  custom menu on pages:*/
    .sub_menu {
    font-size: 13px;
    line-height: 30px;
    position: relative;
    top:20px;
    }
    

    best!

Viewing 30 results - 13,471 through 13,500 (of 18,734 total)