Viewing 30 results - 16,531 through 16,560 (of 18,728 total)
  • Author
    Search Results
  • Nevermind! I figured it out.

    #top .aviaccordion-title {
        font-size: 25px;
        font-weight: bold;
        text-transform: none;
    }
    #266418

    Hey advocatusneo!

    Bitte verwende diesen Code um die Schriftgröße zu ändern

    
    .csstransitions .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content { font-size: 20px; }
    

    Regards,
    Peter

    I tried adding this text to the custom CSS and it does not seem to work.

    .aviaccordion-title {
        text-transform: none;
        font-size: 18;
        font-weight: bold;
    }
    #266162

    In reply to: Sidebar Customisation

    1.
    read: link in “nested_nav” in “sidebar”. ( “a” stands for link)

    .sidebar .nested_nav a {
         color: #0000ff;
         font-size: 18px;
    }

    “:hover” changes the element when you move over it with the mouse.

    .sidebar .nested_nav a:hover {
         color: #9E0A34;
    }

    2.
    You can do that with a border:

    .sidebar .nested_nav li {
        border-bottom: thin solid #CCCCCC;
    }

    If you only want lines between the menu items, you can remove the border of the last “li” element.

    .sidebar .nested_nav li:last-child {
        border-bottom: none;
    }

    If you want to get better at CSS the most important things are:
    – cascading of the properties.
    – selectors: http://www.w3schools.com/cssref/css_selectors.asp (first 7 without the * are what you’ll mostly use
    – properties: http://www.w3schools.com/cssref/default.asp

    And to make things easier you can use something like the inspect function of your browser (rightclick on an element and then choose something like “inspect element). It will show you where the element is defined in the code and highlights it. This way, you can easily find the ID or class of an element (if the element has it defined).

    #266075

    In reply to: CSS for Enfold Changes

    This reply has been marked as private.
    #266039

    In reply to: CSS for Enfold Changes

    This reply has been marked as private.
    #266005

    In reply to: CSS for Enfold Changes

    Hey!

    Change this part in my code:

    #header_main_alternate {
        background: black;
    }
    #avia-menu > li > a .avia-menu-text {
        color: white !important;
    }
    

    To this:

    #header_main_alternate, .sub-menu li a:hover{
        background: #595959 !important;
    }
    #avia-menu li a:hover{
       background: #641816 !important;
    }

    The other thing is probably happening because the color property is getting overwritten, try:

    .main-title.entry-title {
    font-size:32px;
    color:#000000 !important;
    }

    Cheers!
    Josue

    #266001

    In reply to: CSS for Enfold Changes

    This reply has been marked as private.
    #265938

    In reply to: Align text after icon

    Hi Armin!

    Try with this code:

    <div class="clearfix"></div>
    
    [av_font_icon icon='ue80a' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left; max-width: 200px">F10 Performance Oil Vertrieb UG (haftungsbeschränkt)</div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;">Ständlerstr. 35
    81549 München
    Germany</div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;">+49 (89) 680 95 688</div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue838' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;">+49 (89) 680 95 689</div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;"><a title=" (Email address hidden if logged out) " href="mailto: (Email address hidden if logged out) " target="_blank"> (Email address hidden if logged out) </a></div>

    Regards,
    Josue

    #265784

    In reply to: Sidebar Customisation

    Many Thanks for this…

    I’m sorry if I was a bit unclear in my explanation – I want to be able to increase the font/colour of the sidebar menu – I’ll have a play around with the CSS but I’m not very good with coding. Could you supply the coding for the sidebar and I could change the colours/font sizes myself. If there is a charge for this we would be happy to go ahead.

    Also, I need to be able make the width of the sidebar smaller/thinner. I found a post in the forum asking for something similar but when I tried it, it looked fine on my screen but when I checked it on a different computer it had actually gotten wider and filled the majority of the page. I’m not sure what I did wrong…

    @media only screen and (min-width: 1340px) {
    .responsive_large .container .nine.units {
    width: 830px;
    }}
    @media only screen and (min-width: 1140px) {
    .responsive .container .nine.units {
    width: 720px;
    }}
    .container .nine.units {
    width: 630px;

    2. What I mean is I would like to separate each heading in the sidebar with a small line (similar to the sidebar in the wordpress.org site (http://wordpress.org/plugins/)

    Many Thanks for the links on learning more CSS – I will definitely be reading up on this but I really need help in the mean time so any code you could provide would be really helpful.

    Kind Regards
    Element

    Hi pjnettitude!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    .html_header_top.html_logo_center.avia-msie .logo {
    position: relative;
    text-align: center;
    width: 100%;
    }
    
    .html_header_top.html_logo_center.avia-msie .logo img {
    -webkit-transform: initial;
    display: inline-block;
    }
    
    .html_header_top.html_bottom_nav_header.avia-msie .main_menu ul:first-child>li a {;
    font-size: 12px;
    padding: 2px 15px 0px 15px;
    }
    

    Best regards,
    Ismael

    #265251

    sure, something simple like this should work:

    td {
    color: #FF0000 !important;
    font-size: 24px !important;
    }

    If you need something more specific, we’d need more details

    #265250

    Topic: Sidebar Customisation

    in forum Enfold
    Valinsy
    Participant

    Hi Team,

    Firstly, this is a fantastic theme and the work you do to keep it up to date and your customers happy is really commendable!

    1. How can I change the colour/size of the fonts
    2. Is it possible thin hairline underneath each heading to separate the menu out?
    3. Is there a plugin that allows users to increase the size of the font (throughout the site) that you could recommend?

    and finally – is there a way to have 2 graphics sitting side by side without using columns or decrease the amount of space surrounding each column. (http://agefriendlyireland.ie/wordpress/) On the homepage I need to be able to move the 2 buttons below the map up slightly but no matter what combination I use I can’t get them lined up properly. Ideally if I could fit the 2 buttons and the map in one column and the text in another it would be perfect.

    Many Thanks for your help
    Element

    #265242

    The layers container option isn’t responsive in relation to the main page container. It is not aligned.

    My site in (very early) progress is here. But this is what I would like to achieve with the alignment in terms of the text. If possible though, I would like it to be actual **** text rather than an image, and to exist within the slider itself, so that it aligns with the logo on the left, and the image stretches full screen.

    ****The text would really have to automatically resize with window size, or resize using CSS such as

    h1 {  font-size: 5.9vw;}
    h2 {  font-size: 3.0vh;}
    p {  font-size: 2vmin;

    }

    • This reply was modified 11 years, 10 months ago by martinbelton.
    #265174
    oliviad
    Participant

    Hi,

    I would like to apply same font-color and font-size to all cells in table. Is it doable with custom CSS?

    Thanks

    #265148
    Marie
    Participant

    Hi !
    I have just uploaded Enfold last version. Before installing it, I was about to adapt the js. file as I always do for each update, with some special code I need to change for the responsive menu, around line 300. But this time the js. file is really different and I’m not skilled enough to know what I should do… Can you help me please ? I need to know what I should change now on the new js.file and where… :)
    Thank you so much.
    Best regards,

    Marie
    website : http://www.auxigene.net

    Here is the js.file code I always change (cf SwitchWidth / twice -> : 989 instead of 767)

    function avia_responsive_menu()
        {
        	var win = $(window), header = $('.responsive #header');
    
        	if(!header.length) return;
    
        	var menu 			  = header.find('.main_menu ul:eq(0)'),
    	    	first_level_items = menu.find('>li').length,
    	    	bottom_menu 	  = $('html').is('.bottom_nav_header'),
    	    	switchWidth 	  = 989;
    
        	if(first_level_items > 7 + header.find('#menu-item-search').length && !bottom_menu)
        	{
        		switchWidth = 989;
        		header.addClass('mobile_menu_tablet');
        	}
    

    Also, for info, code in my quick css regarding responsiveness also, in case I should also change something there…
    Thank you again !

    /* Smaller font size on slider iPad iPhone */
    @media only screen and (max-width: 767px) {
    .avia-caption .avia-caption-title {
    font-size: 10px; }
    }
    
    /* Responsive menu TABLET */
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }
    
    /* Menu and logo not one into another */
    @media only screen and (min-width: 767px) and (max-width: 989px) {
    .main_menu ul:first-child > li > a { font-size: 11px; }
    .responsive .main_menu ul:first-child > li > a { padding: 0 5px; }}
    
    /*Hide the menu*/
    @media only screen and (max-width: 990px) {
     .responsive #header .main_menu ul {
       display: none;
     }
    }
    
    /*Title Container breadcrumb - Responsive*/
    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
    top: 12px;
    }
    #top .title_container .container {
    padding: 0px 0px 6px 0px;
    min-height: 90px;
    }}
    
    /*Decrease the padding between menu items on screens smaller than 1140px to stop menu from overlapping the logo*/
    @media only screen and (max-width: 1140px) {
    .main_menu ul:first-child > li > a {
    padding: 0 7px!important; }}

    Hey!

    Try adding this code to the Quick CSS:

    div#header_meta [data-av_icon]:before, div#header_meta .phone-info {
       font-size: 18px !important;
    }

    Cheers! 
    Josue

    #265002

    Hi webranding!

    The easiest way would be to create your own icon font for the social icons and then change which ones the theme is using. If you truly want images then you can target each link’s pseudo class and add in the url for your image into the content:

    
    .social_bookmarks_facebook.av-social-link-facebook.social_icon_1 a:before {
    content: 'url('http:yoursite.com/yourimage.png')';
    }

    Then style it as needed to change the layout/size/hover etc. See: http://css-tricks.com/css-content/

    Regards,
    Devin

    #264932

    In reply to: Ipad Issues

    Hi Yigit,

    thank you.

    It works resizing the browser on my hand, too. But still not on the iPad. Still only if I go th portrait mode, wait a while and go back to landscape. Then the header background shows up all of a sudden.

    I have a lot in Custom CSS now. Could there be the problem? Here is what I got:

    #header_meta {
    z-index: 2;
    }

    .image-overlay { display: none!important; }

    .current-menu-item>a>.avia-menu-fx { display: none; }

    .avia-menu-fx { display: none; }

    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#2997ab; }

    .avia_mobile #top .av-parallax-section { z-index: 0; }

    .red-bar .bar{
    background: #2997ab;
    }

    .blue-bar .bar{
    background: #8ccad6;
    }

    #top .grid-entry .inner-entry {
    margin-right: 0px;
    box-shadow: none;
    }

    .post-meta-infos, .news-time{
    display: none;
    }

    .post-meta-infos {
    display: none !important;
    }

    .avia_mobile #top .av-parallax-section{-webkit-transform: translate3d(0,0,0);}

    h1 { font-size: 45px; line-height: 1.2em; font-weight: normal; }

    h2 { font-size: 45px; font-weight: normal; }

    h1, h2, h3, h4, h5, h6 { font-weight: normal; }

    .main_color .av-masonry { background-color: white; }

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #scroll-top-link {
    display: block !important;
    }}

    @media only screen and (max-width: 768px) {
    .html_header_transparency #top #wrap_all #main { margin-top: -82px; }}

    Cheers,
    Jan

    #264789

    Hi Flikk,

    You’re my official hero for the day! :)

    My CSS now is as follows, and it seems to do exactly what I wanted!

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

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }

    .iconlist-char {
    color: red;
    }

    .av-main-nav > li > a {
    padding: 5px;
    }

    .menu-item-top-level>a.avia-menu-text {
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: red;
    padding: 8px 13px;
    }

    li#menu-item-3187>a>.avia-menu-text {
    display:inline-block;
    background-color: red;
    color: white;
    border-radius: 10px;
    line-height: 28px;
    padding: 0px 10px;
    }

    You have my respect!

    #264738

    Ismael,

    Thank you. I had to modify the code that you have given a little bit but it does the trick.

    .html_header_top.html_logo_center.avia-msie .logo {
    position: relative\9;
    width: 100%\9;
    left:0%\9;
    text-align:center\9;
    }
    
    .html_header_top.html_bottom_nav_header.avia-msie .main_menu ul:first-child>li a {;
    font-size: 12px\9;
    padding: 2px 12px 0px 12px\9;
    }
    
    .html_header_top.html_logo_center.avia-msie .logo img {
    -webkit-transform: initial\9;
    display: inline-block\9;
    width:778px\9;
    }

    Regards,
    Erik

    #264680

    In reply to: Align text after icon

    Thanks, Peter.

    Now I use this:

    <div class="clearfix"></div>
    
    [av_font_icon icon='ue80a' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;">F10 Performance Oil Vertrieb UG (haftungsbeschränkt)</div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;">Ständlerstr. 35
    81549 München
    Germany</div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;">+49 (89) 680 95 688</div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue838' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;">+49 (89) 680 95 689</div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    <div style="float: left;"><a title=" (Email address hidden if logged out) " href="mailto: (Email address hidden if logged out) " target="_blank"> (Email address hidden if logged out) </a></div>

    But first line is still problematic:
    Bild hochladen

    #264514

    Hey!

    Thank you for the screenshots.

    Please try to add this on Quick CSS or custom.css to fix the IE8 issue:

    .html_header_top.html_logo_center.avia-msie .logo {
    position: relative;
    text-align: center;
    width: 100%;
    }
    
    .html_header_top.html_logo_center.avia-msie .logo img {
    -webkit-transform: initial;
    display: inline-block;
    }
    
    .html_header_top.html_bottom_nav_header.avia-msie .main_menu ul:first-child>li a {;
    font-size: 12px;
    padding: 2px 15px 0px 15px;
    }

    Cheers!
    Ismael

    #264501

    In reply to: Align text after icon

    Hi!

    You can use Flikks code and duplicate it like:

    
    [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    
    <div style="float: left;">
    Ständlerstr. 35
    81549 München
    Germany
    </div>
    
    <div class="clearfix"></div>
    
    [av_font_icon icon='ue842' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#014f9d' size='15px' position='left'][/av_font_icon]
    
    <div style="float: left;">
    Ständlerstr. 35
    81549 München
    Germany
    </div>
    

    The div with the class “clearfix” will shift the content below to the next line.

    Best regards,
    Peter

    #264311

    Hey aliquill!

    Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open iconbox.php file and find

    <h3 class='iconbox_content_title' $markup>".$title."</h3>";

    and change it to

    <h1 class='iconbox_content_title' $markup>".$title."</h1>";

    then you can change the font size by adding following code to Quick CSS in Enfold theme options under General Styling tab

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

    Cheers!
    Yigit

    #264186

    In reply to: menu opacity

    Still no. This is the other menu related css I have in the custom.css file. The first 2 are working

    .header_color .main_menu ul:first-child > li > a {
    color: white; font-size: 15px !important;
    }

    .header_color .main_menu .menu ul li a {
    color: white; font-size: 15px !important;
    }

    #top .header_color .main_menu .menu ul .current-menu-item>a { color: white !important; }

    #264085

    In reply to: Icon inside Input

    Hi!

    Use button instead:
    <button class="BTSALVAR">[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='40px' position='left'][/av_font_icon]</button>

    Input elements can not contain things.

    Best regards,
    Josue

    #263913
    LL
    Participant

    Hey, I have 2 questions. 1. I didn’t see an option in the styling to change the header color or font size, how would I do that? 2. How do I change the subfooter to get rid of “Enfold theme by Kriesi” text.

    Thanks

    #263911

    Hello again,

    Perhaps I’m doing something completely wrong (it might be worthwhile to let you know that my CSS experience is limited!), but I haven’t been able to get it right yet, the menu still looks the same to me even after adding the above CSS.

    Would it help if I give you access to the WP admin area?

    Current custom CSS is:

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

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }

    .iconlist-char {
    color: red;
    }

    li#menu-item-3151 .avia-menu-fx { display: none; }
    li#menu-item-3151 a {background-color: red!important; color: white!important;height: 30px!important; margin-top: 43px; border-radius: 10px; line-height: 30px !important; }

    .av-main-nav > li > a {
    padding: 5px;
    }

    .menu-item-top-level>a.avia-menu-text {
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: red;
    padding: 8px 13px;
    }

    Regards,
    Chris

    #263894

    In reply to: Custom CSS not showing

    sorry, i missplaced my “;”
    it’s
    width: 300px; !important
    width: 300px !important;

    and you might have to use !important for everything. but you can first test it with width only

    .wptrigger {
    background: #DEDEDE !important;
    -moz-box-shadow: inset 0 0 10px #000000 !important;
    -webkit-box-shadow: inset 0 0 10px #000000 !important;
    box-shadow: inset 0 0 10px #000000 !important;
    border: 10px solid #B3B3B3 !important;
    font-size: 40px !important;
    color: #13608E !important;
    text-align: center !important;
    font-family: “wf_SegoeUILight”,”wf_SegoeUI”,”Segoe UI Light”,”Segoe WP Light”,”Segoe UI”,”Segoe”,”Segoe WP”,”Tahoma”,”Verdana”,”Arial”,”sans-serif” !important;
    padding: 100px 10px 10px 10px !important;
    width: 300px !important;
    }
Viewing 30 results - 16,531 through 16,560 (of 18,728 total)