Viewing 30 results - 16,771 through 16,800 (of 18,728 total)
  • Author
    Search Results
  • #248017

    Hi!

    Please add following code to Quick CSS as well

    #top .social_bookmarks li a {
    font-size: 25px;
    }
    #header_main .social_bookmarks li {
    margin-left: 5px;
    }

    Cheers!
    Yigit

    Hey!

    1) The size of image getting output isn’t in any of the theme settings for thumbnails on either edge so I’m not sure what is cropping it: 988×642 . Have you change any of the thumb sizes in the functions.php or do you have those in the regular wordpress media manager sizes?

    2) You can modify the css rule for the title of each portfolio item with this:

    
    .portfolio-preview-title {
    font-size: 22px;
    }
    

    Adjust font size, color, spacing etc with new properties and values. The theme doesn’t have any other individual options for them yet but there are some options in the works for more text sizing control.

    Best regards,
    Devin

    #247889

    Hi!

    I just looked through the update history on the base css files for the theme and there isn’t any font size change that I can see. Was the font you are using perhaps changed or something like that?

    Regards,
    Devin

    #247857

    Topic: CSS not working

    in forum Enfold
    ctcphx
    Participant

    Hi I was informed to add the following css to change the style of the fly out navigation menu. It has not customized the fly out menu. Can you take a look and let me know what could be the problem? The url is http://phoenixfireops.com/ahq/
    .title_container {
    position: relative;
    display: none !important;}
    #wrap_all { overflow-y: hidden; }
    #header_meta { background: #000000 }
    .footer_color .news-time{display:none;}
    .image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img {
    width: 40px; height: 40px; }
    .news-thumb { padding: 0; border-style: none; }
    .grid-entry .inner-entry { padding-right: 15px; }
    .footer_color div .news-headline {
    color: #eeeeee;
    line-height: 35px;
    }
    #avia-menu a {
    color: black !important;
    }
    #avia-menu a:hover{
    color: #808080 !important;
    }
    @media only screen and (max-width: 767px) {
    #footer .widget {
    margin: 0 auto;
    }
    }
    .sub-menu a {
    padding: 0px 15px !important;
    text-size:6px !important;
    }
    #top .av-border-deactivate.avia-logo-element-container img {
    box-shadow: none;
    padding: 0px 5px;
    background: #000000;}

    #top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img{
    background:#000000;
    padding:0px 5px;
    }

    .fullsize .content .entry-content-wrapper {
    font-size: 14px !important;
    }

    #247845

    sorry – with copy text i´ve ment the normal “paragraph” style.

    #247841

    Hi snafroth!

    Please go to Enfold theme options > Styling tab and re-save the options and check if that helps. If not, add following code to Quick CSS in Enfold theme options under Styling tab

    #socket .copyright {
    font-size: 11px;
    }

    Best regards,
    Yigit

    #247835
    snafroth
    Participant

    the latest update did change to size of the copy text.
    any chance to restore the original format?

    thank you!

    #247330

    Hi Yigit,
    Thank you very much but I’m afraid it doesn’t help…

    Here is some other code in my quick CSS, regarding “media screen”…, including the very last one you gave me. If it can help… ?
    Thank you again.

    Marie

    /* 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;
    }
    }

    /*Show the Mobile Navigation button*/
    @media only screen and (max-width: 990px){
    .mobile_active #advanced_menu_toggle {
    display: block;
    }
    }

    /*Title Container breadcrumb – Responsive – iphone ipadmini*/
    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
    left: 100%;
    }}

    nthcreative
    Participant

    Hi Enfold support

    OUTSTANDING ISSUE on http://www.nthcreative.co.uk

    We are really close to having a quality site, but this issue of cropped imagery in the second window after you first click on
    portfolio is still causing problems – is there anyway to solve it? both sets of the code that you gave us did
    not solve the cropping issue.

    1
    Can we stop the secondary image field (that opens after clicking from the portfolio grid) cropping the image.
    I Initially exported all the imagery at 988 /642 which i had hoped had matched the landscape imagery on the enfold
    demo – we (saved image) as from your portfolio section and these were the pixel dimensions. If you get a moment
    could you open the site http://www.nthcreative.co.uk & open a full width image from the portfolio – the image
    will open and will be cropped on both sides how can we avoid this? (is it possible?)

    2
    The text on the right hand side of the secondary window is also too big
    I tried the code above in #239676 & #245059 but it didn’t seem to make a change,
    If we can reduce the title header text font size but keep it in sans serif & then have the rest
    of the description text in a small font size in georgia it will look much smarter

    in response to both #244338 / #245059

    we tried putting this in both child theme & original theme & neither responded as we wished ( modification still stands in child theme)
    is it possible for you to look at our site and can we send you our login details in a private post so you can solve this issue for us.

    I appreciate all your help to date
    Thanks
    Tim (Director, Nth Creative)

    #247176

    Hi undervised!

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

    .main_menu ul:first-child > li a {
    line-height: 415px;
    }
    .av-main-nav > li > a {
    font-size: 20px;
    }

    Best regards,
    Yigit

    #247074

    Hey there,

    I’m sorry if I didn’t point you to the right direction. You can add the code on Enfold > Styling > Quick CSS field or if you have an ftp access, add it on wp-content > themes > enfold > css > custom.css file.

    Thank you for using the support forum! If you have any questions, definitely take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explation and awesomeness. You can also watch some of our Video Tutorials to learn more about the theme.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.

    Cheers!
    Ismael

    #247059

    In reply to: Line lenght

    Hey!

    It will increase the font size which will increase readability and decrease the lenght of lines. There is no other way that i know that can decrease the lenght of lines

    Cheers!
    Yigit

    #246951

    Hi Ismael,
    I am a beginner so that’s not easy to understand your answer decause of the shortcuts ;-)
    What is the name of the file where writting the code ? what kind of tool should I use to modify the file ?
    Is there a easy to use pluggin in wordpress to change fonts (size and appearance) adapted to Enfold ?

    Thank you very much for your help !

    Pierre-Alexandre

    #246829

    Hey!

    This will do it:

    .phone-info span{
    color: white;
    font-size: 1.70em;
    }

    Best regards,
    Josue

    #246774

    Topic: z-index not working

    in forum Enfold
    Alex
    Participant

    I am using the following custom css code on my site:

    .av_promobox .avia-button {
    background-image: none;
    border: none;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: normal;
    transition: background .5s;
    -webkit-transition: background .5s;
    }

    .av_promobox .avia-button:hover {
    background-color: #c3512f;
    border-color: #c3512f;
    transition: background .5s;
    -webkit-transition: background .5s;
    }

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

    .avia-testimonial-subtitle {
    color: #000000 !important;
    }

    .avia-team-member-job-title {
    color: #000000 !important;
    }

    .main_color .avia-icon-list .iconlist_icon {
    background-color: #1180e1 !important;
    }

    .avia-section {
    border: none !important;
    }

    #wave-section-up {
    margin-top: -50px;
    background-color: transparent !important;
    }

    #wave-section-down {
    margin-bottom: -100px;
    background-color: transparent !important;
    position: relative;
    bottom: 50px;
    z-index: 9007;
    height: 120px;
    }

    .main_menu {
    z-index: 9008;
    }

    .fixed_header #header {
    z-index: 9008;
    }

    #disqus_thread {
    width: 95%;
    }

    .cart_dropdown.visible_cart {
    z-index: 9009;
    }

    The part I am referring to is #wave-section-down and it’s not staying under the menu, but #wave-section-up is staying under the menu. I don’t know why, please help.
    http://oceanhypnosis.net

    #246745

    In reply to: Line lenght

    Hi Yigit,

    I do not understand that line: would that affect the font size? I just want to affect (reduce) the lenght of the lines.

    #246695

    Hi Picante!

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

    .title_container .main-title { font-size: 20px; }

    Cheers!
    Yigit

    #246654

    Hi!

    Glad you figured it out! You can also use following code in Quick CSS in Enfold theme options under Styling tab

    .av_phone_active_right.av_secondary_right .phone-info.with_nav span { font-size: 16px; }

    Cheers!
    Yigit

    #246650

    I fixed it by placing this to the top:

    #top .main_menu .menu li a { font-size: 18px; color: white; background-color: #4787f3; }
    #top .main_menu .menu li a:hover { background-color: #4787f3; color: grey; }

    #top .header_color .main_menu .menu ul li a{
    background-color: #ffffff;
    color: #4787f3;
    font-size: 17px;
    }
    #header_main {
    background: #4787f3;
    }

    Now the only issue still is:
    try changing it to tablet size and watch the menu bar get ugly

    and then mobile and click on the menu and things get even more goofy

    #246549
    Picante
    Participant

    Hi – how do I change the size of the font in the page title?
    Thanks

    #246527

    In reply to: Enfold Showcase

    Hi there,

    Here we are working on our new responsive website with this theme.
    http://www.dreamlab.nl/new/

    We had a custom design which we wanted to work out in custom coding. But then we saw this theme and wanted to try and create our design with it. Worked out fine, final adjustments are just a little more complex.

    We are now working out some mobile css on logo, header, menu, images and font-sizes.
    When that is done we start filling the rest of the pages and go live!

    It’s in Dutch, maybe in the future we’ll translate the website.

    Got any critism, remarks, suggestions, improvements or complaints? Please let us know!

    Kind regards, Wouter.

    This reply has been marked as private.
    #246513
    undervised
    Participant

    Hey I have used the code to change the header size so that the logo is no longer restricted:
    http://dev.beautymedia.co.uk/demo/miradry/
    How would I make the menu titles sit just above the line?

    and

    How would I make the font size bigger?

    Thanks,
    Aaron

    #246508

    thanks Ismaiel, I’ll try the above…. sorry the sidebar menu changed in the interim today – I couldn’t work it out so had to try another solution – with individual widget sidebar menus – which again I”m not happy with the styling…. any ideas for changing those?
    thanks!

    #246503

    In reply to: Line lenght

    Hi Mono14!

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

    #top .fullsize .template-blog .post .entry-content-wrapper > * { font-size: 20px; }

    Cheers!
    Yigit

    #246433

    *edit* the font issue got resolved when I switched to a stretched layout. I am happy with the way it’s looking now so don’t worry about troubleshooting, but if you have any general words of wisdom you want to share, I am always interested in expanding my knowledge of internet wizardry. *end of edit*

    *edit2* I spoke too soon. Stretched layout makes it look really crazy and the font still changes. I think it might have been a page cache thing that made it look good until I cleared it. *end of edit 2*

    Original comment:
    “Thanks for the direction Yigit!

    I got the size right but it looks like the font changes at the break points now. (https://eidyial.com) Any idea how to fix it? I kinda had to hack it using quick css to get it right because I don’t really know what I’m doing. The header wasn’t matching the container width so I improvised. Something in the following css is causing the font issue (the first empty media screen thing made it so the font change only happened at one point):

    @media screen and (max-width: 989px) {
    }

    @media screen and (min-width: 989px) {
    #wrap_all {
    max-width: 960px;
    margin: 0 auto;
    }

    @media screen and (min-width: 1140px) {
    #wrap_all {
    max-width: 940px;
    margin: 0 auto;
    }

    I’m sure I could probably get rid of this mess entirely and change a value in grid.css to match the size but i’m having trouble finding the right number or numbers to change. If it’s not too difficult to implement in one of the future updates, I think it would be really useful to offer more width options or like an overall max-width selector in the settings section for novices like myself.

    Best regards,
    -Arthur”

    • This reply was modified 11 years, 11 months ago by agutnov.
    #246417

    Hey sarahed!

    Thank you for using the support forum!

    I checked the link but I don’t see the sidebar menu. If you’re using the custom menu, you can use this:

    .sidebar .menu-main-menu-container > ul > li a {
    font-size: 16px;
    }
    
    .sidebar .menu-main-menu-container > ul > li ul.sub-menu li a {
    font-size: 12px;
    }

    The first declaration is for the parent menu and the second one is for the sub menus.

    Best regards,
    Ismael

    #246361
    codepantry
    Participant

    I have looked at a few prior posts and tried the suggestion to no avail.
    I would like to havet he whole image in this particular color section to show. For sopme reason it is not responding to the height commands in CSS.

    #education{
    height: 1200px !important;
    font-size:15px;
    }

    I have tried min-height and max-height as well with no luck.
    The actual image in the color section is 1600 by 1067 and is set to parallax and to stretch to fit with no padding.

    The link is http://bit.ly/1flsidi and the color section in question is the one with a question mark image.

    I have tried the below:
    https://kriesi.at/support/topic/adding-background-shrinks-color-section-images/
    .avia-section {
    min-height: 1400px;
    }

    #246344
    sarahed
    Participant

    hi, I’m trying to increase the font size in my left navigation side bar – it’s hard to tell the difference between the levels of menu… what is a menu item and a sub menu item as they pretty much look the same.
    the test site is at: http://bermaguigroup.com/testbermagui/projects/dept-of-defence/asraam-missile-testing-facility/
    thx

    #246085
    KellyKilgallon
    Participant

    Hello – I was wondering if there is a way to increase the font size of the phone #/extra info on the header extra elements? I don’t want anything too drastic but possibly a couple font sizes larger.

    http://ezebreeze.clearviewsunroom.com/

    Thanks,
    Kelly

Viewing 30 results - 16,771 through 16,800 (of 18,728 total)