Viewing 30 results - 3,901 through 3,930 (of 18,733 total)
  • Author
    Search Results
  • #1203502

    Hi Edwin,

    Sorry for the late reply.

    1. Please try this in Quick CSS:

    #socket .copyright {
      font-size: 14px;
    }
    
    #socket .avia-menu-text {
      font-size: 16px;
    }

    2 and 3; I’m not sure if it’s the element you want or not right now on the site? If it’s not then could you please create a test page where we can see it? Also please try to explain a bit further what exactly you would like to change.

    Best regards,
    Rikard

    #1203430

    Hi,

    When you add the custom class name in the Custom CSS Class field, did you remove the dot before the actual name? So instead of .my-new-port-size, the field should contain my-new-port-size.

    You should also adjust the css code a bit — just add a space after the custom css class name.

    .my-new-port-size .grid-entry-excerpt.entry-content {
        font-size: 18px;
    }
    

    Best regards,
    Ismael

    #1203375

    Hey tonyiatridis,

    Add this to quick css:

    h1.main-title.entry-title {
    font-size:30px!important;
    }

    Adjust the number to whatever you need.

    Best regards,
    Jordan Shannon

    #1203220

    In reply to: problems responsive

    Hey inaudit,

    I’m very sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 50%;
    }
    }
    @media only screen and (max-width: 767px) {
    .page-id-330 #layer_slider_1 p {
        font-size: 16px;
    }
    }

    Best regards,
    Rikard

    #1203194

    Hi. I am using the above and it works fine,

    grid-entry-excerpt.entry-content {
    font-size: 14px;
    color: red;
    font-style: normal;
    }

    But I want to target just one portfolio on just one page so I added a class at the beginning like this:

    /*—————————————-
    // Portfolio-font-excerpt-font-size
    //————————————–*/

    .my-new-port-size.grid-entry-excerpt.entry-content {
    font-size: 18px;

    }

    Then added
    .my-new-port-size
    to the element is the advanced>developer section > Custom CSS Class

    But it has no effect when I add the class, works without a class but this effects the whole site.

    Am I missing something?

    #1203030

    Hello Mike,

    Sorry, this does not work and the blue line is still visible on Safari. Here is my entire CSS for the accordion:

    /* Tab title style */
    .av-accordion-style-2 .toggler {
    font-family: “soleil”, sans-serif;
    font-size: 18px;
    color: #297339;
    font-weight: lighter:
    padding-left: 0px;
    padding-right: 30px;
    margin-left: -30px;
    background: #fff;
    line-height : 1.3;
    }

    .av-accordion-style-2 .activeTitle.toggler:hover,
    .av-accordion-style-2 .activeTitle.toggler,
    .av-accordion-style-2 .toggler:hover {
    color:#6db66d;
    background: #fff;
    }

    /* Accordion icon */
    .av-accordion-style-2 .toggle_icon:before {
    position: absolute;
    font-size: 25px;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    content:’\e873′;
    font-family: ‘entypo-fontello’;
    line-height: 0;
    color:#6db66d;
    }

    /* Active tab icon */
    .av-accordion-style-2 .activeTitle .toggle_icon:before {
    content:’\e876′;
    font-family: ‘entypo-fontello’;
    color:#6db66d;
    }

    /* Hide default icon */
    .av-accordion-style-2 .toggle_icon {
    border:none;
    position: absolute;
    left: auto;
    right: 20px;
    }

    .av-accordion-style-2 .toggle_icon .vert_icon,
    .av-accordion-style-2 .toggle_icon .hor_icon {
    display:none;
    }

    /* Toggle content area */
    .av-accordion-style-2 .toggle_content {
    font-family: “soleil”, sans-serif !important;
    letter-spacing: 0px !important;
    line-height: 1.8 !important;
    color: #666666;
    background: #fafafa;
    font-size: 15px !important;
    }

    .av-accordion-style-2 .toggle_content a {
    font-family: “soleil”, sans-serif !important;
    letter-spacing: 0px !important;
    line-height: 1.8;
    font-weight : 100 !important;
    color: #6db66d;
    background: #fafafa;
    font-size: 15px !important;
    text-decoration: none;
    }

    .av-accordion-style-2 .toggle_content a:hover {
    border-bottom: 2px dotted #6db66d !important;
    }

    /* Suppression des bordures */
    .js_active .toggler, .js_active .tab {
    border: none !important;
    }

    /* Suppression ligne sur Safari */
    .togglecontainer .av_toggle_section .toggler:focus {
    outline: none !important;
    }

    Best regards

    Bertrand

    #1202989

    Hi,
    Sorry for the late reply, the following css will place an icon above the titles, to place a different icon above each title add the masonry ID to the code with the icon and copy for each icon. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .avia-arrow {
    	  display: block;
    	  top: 40%;
    	  left: 47% !important; 
    	  transform: rotate(0deg) !important; 
    }
    .av-masonry-entry .avia-arrow:before {
    	content: "\e821";
    	font-family: entypo-fontello;
    	color: #fff;
    	font-size: 40px;
    }
    
    @media only screen and (max-width: 767px) { 
    	#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .avia-arrow {
    	  display: block;
    	  top: 20%;
    	  left: 47% !important; 
    	  transform: rotate(0deg) !important; 
    }
    .av-masonry-entry .avia-arrow:before {
    	content: "\e821";
    	font-family: entypo-fontello;
    	color: #fff;
    	font-size: 20px;
    }
    }

    Best regards,
    Mike

    #1202945

    Hi,
    Inside the popup you can add any content or shortcodes, for example code this would be another button:

    [av_button label='Large Button' icon_select='yes' icon='ue82b' font='entypo-fontello' size='small' position='center' label_display='' title_attr='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' link='manually,http://' link_target='' id='' custom_class='' av_uid='' admin_preview_bg='']

    Best regards,
    Mike

    Hi Marion,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .home #layer_slider_1 p {
      font-size: 14px !important;
    }
    }

    Best regards,
    Rikard

    #1202787

    Hi,

    I see. This was likely custom css:

    .avia-button {
        font-size: .8rem;
        letter-spacing: .07rem;
        text-transform: uppercase;
        background: transparent;
        transition: all 0.3s ease 0s;
        background-color: transparent;
        transition: all 0.3s ease 0s;
        border: 2px solid white!important;
        color: white!important;
        padding: 20px 30px!important;
    }
    
    .avia-button:hover {
        background: white!important;
        color: #131e2b!important;
        opacity: 0.9;
    }

    Best regards,
    Jordan Shannon

    #1202648
    Mike1050
    Participant

    Hi,

    I search the form for a bit, but didn’t find a solution: The button in the first slide of this website https://www.tierarzt-seewald.at/ is cut off on mobile devices in portrait. I tinkered around with headline font sizes to get the button up. Headline and Button just need to come up a little bit. On desktop and mobile landscape everything is fine.

    Thanks for your help!

    All the best,
    Mike

    Thanks Mike!
    1 point “open”: How can I define the size of the fonts in the header image on mobile? As you can see, the text itself is too small within the mobile screen.
    Thanks and best,
    Marion

    #1202531

    It’s to work with your theme. After a few hours I learn more and more of the theme. I have still a few questions. I did my best to find it.

    1 How can I get a little more height space between main menu and page content?
    2 Where can I find the font size and colour of the footer menu?
    3 All of a sudden when editing a page I first get a [/]Shortcode window and far below the editing with elements. A always had the elements version in top.
    4 I can’t find the font color for links in the body text.
    5 There are some pages the white space under the footer disappeared? See http://montagebedrijfpinckaers.com/index.php/disclaimer/#top

    Many thanks.

    Hey GizmakSanayi,

    Add this to quick css and adjust the number to what you need:

    .noLightbox.social_bookmarks{
    font-size:20px!important;
    }
    
    .phone-info{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1202474

    In reply to: Delete text

    Hi,

    Add this to quick css and adjust the number to what you need:

    .copyright{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1202366

    In reply to: Delete text

    Hi Yigit

    I just want to make the font size of the “Copyright…..” Text in the footer bigger.

    Best regards
    Nikola

    #1202358

    Topic: Change font in css

    in forum Enfold
    Maureen van Goethem
    Participant

    I’m using a 3rd party plugin (planaday) which shows courses like this (see private link).
    You see it is a bit of a mess. They can not bu can you help me to change the font of these pages in css?
    What I have is:
    .special_amp {
    font-family: sans-serif;
    font-size: inherit!important;
    font-style: inherit;
    font-weight: lighter!important;
    color: inherit!important;
    }
    But I don’t think it is correct.
    Thnx

    #1202269

    In reply to: Delete text

    Hi
    Perfect thanks, and how can I increase the font size and change the font color of the text in the footer?
    Best regards
    Nikola

    #1202230
    fr4nkovic
    Participant

    Hello,

    I would like to change the size of the quantity field on my form.
    I found the css but when I put in Quick CSS it doesn’t do anything.

    #top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 1em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px

    If I change:

    width: 100%;
    display: block;

    to:

    width: 50px;
    display: inline;

    I get what I want. But somehow I don’t know how to put the right code in Quick CSS to make that happen.

    Can you please help me out?

    Hi,
    Ja, Sie können Ihre eigene Klasse erstellen und global zuweisen. Zum Beispiel auf Ihrer Homepage Ihre spezielle Überschrift “Themenwelten” habe ich die Klasse “custom-h3” hinzugefügt.
    2020-04-08_052552.png
    Jetzt können wir dieses CSS für die Klasse auf Desktop und Mobile verwenden:

    #top #wrap_all .av-special-heading.custom-h3 h3 {
    	font-size: 40px !important;
    	color: blue !important; 
    }
    @media only screen and (max-width: 767px) { 
    	#top #wrap_all .av-special-heading.custom-h3 h3 {
    	font-size: 20px !important;
    	color: orange !important; 
    }
    }

    Für den Desktop ist die Schriftart 40px & blau, und für Mobilgeräte ist die Schriftart 20px & orange. Die Farbänderung dient nur der Demonstration.
    Natürlich können Sie sich anpassen. Wenn Sie ein anderes Beispiel für eine andere Situation benötigen, teilen Sie uns einfach die Details mit.

    — Translated with Google —

    Yes, you can create your own class and assign it globally. For example on your homepage your special heading “Themenwelten” I added the class “custom-h3”
    2020-04-08_052552.png
    Now we can use this css for the class on desktop and mobile:

    #top #wrap_all .av-special-heading.custom-h3 h3 {
    	font-size: 40px !important;
    	color: blue !important; 
    }
    @media only screen and (max-width: 767px) { 
    	#top #wrap_all .av-special-heading.custom-h3 h3 {
    	font-size: 20px !important;
    	color: orange !important; 
    }
    }

    For desktop the font is 40px & blue, and for mobile the font is 20px & orange, the color change is just to demonstrate.
    Naturally, you can adjust to suit. If you need another example for a different situation just let us know the details.

    Best regards,
    Mike

    #1201876

    In reply to: font size change

    Hey satucker,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-27 h3.team-member-name {
        font-size: 16px;
    }

    Best regards,
    Rikard

    #1201861

    Topic: Delete text

    in forum Enfold
    makni1
    Participant

    Hi

    I’ve included the social media link for facebook on the site: https://kleidsam-kurse.ch/

    Now we have the text “INTERESSANTE LINKS
    Hier findest Du ein paar interessante Links! Viel Spaß auf unserer Website :)” on our website.
    How can I delete this?

    And is it possible to change the font-size and color of the footer-font?

    Best regards
    Nikola

    #1201752

    Hallo Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia_ajax_form label {
      font-family: arial;
      color: red;
      font-size: 18px;
    }

    LG,
    Rikard

    #1201751

    Hallo Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia_ajax_form label {
      font-family: arial;
      color: red;
      font-size: 18px;
    }

    LG,
    Rikard

    #1201680

    Topic: font size change

    in forum Enfold
    satucker
    Participant

    I’d like to make the font for the names on this page to appear smaller without affecting the class across the site.

    Is there a way I can make the names a few points smaller without affecting that class on the rest of the site?

    Hi,
    Vielen Dank für die Anmeldung. Ich habe mir Ihre spezielle Überschrift auf Ihrer Homepage unter der Registerkarte “Styling” angesehen. Hier können Sie Ihre Schriftgröße für die verschiedenen Geräte festlegen
    2020-04-07_072615.png

    — Translated with Google —

    Thanks for the login, I took a look at your special heading on your homepage under the styling tab, this is where you can set your font size for the different devices:
    2020-04-07_072615.png

    Best regards,
    Mike

    #1201493
    schweg33
    Participant

    Hello everybody
    My question
    I have inserted a form

    How can I format the text in the title
    Font
    Colour
    Size

    Many thanks in advance

    Kind regards Franz

    #1201131

    Hi,

    Thank you for the update.

    You can use css media queries to adjust the font size of the masonry title on smaller screens.

    @media only screen and (max-width: 1366px) {
        #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    	font-size: 13px;
        }
    }
    

    This should display a smaller title when the screen width is less than 1367px.

    Best regards,
    Ismael

    #1201095

    Hey Astridanette,
    Sorry, I was not able to login to your site, please check.
    For your sidebar navigation, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #pages-8.widget_pages a {
    	font-size: 18px !important;
    }

    Please adjust to suit.
    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1201005

    Hi,
    Thanks for the login, to center the socket social icons I added this css for you:

    #socket .social_bookmarks {
    	width: 100%;
        display: flex;
        justify-content: center;
    }

    Then to make the icons larger I added this css:

    #socket .social_bookmarks li a {
    width: 30px!important; 
    line-height: 40px!important; 
    min-height: 20px!important; 
    font-size: 20px;
    }

    Feel free to adjust to suit.
    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 results - 3,901 through 3,930 (of 18,733 total)