Viewing 30 results - 130,501 through 130,530 (of 142,938 total)
  • Author
    Search Results
  • Here is a screen shot of what I am talking about on the desktop

    http://imgur.com/bncreQt,5X2yn2M#0

    I am using the icons in a mega menu and plan on adding the categories under each of the icons.

    Here is a screenshot of what it looks like on mobile as well.

    http://imgur.com/bncreQt,5X2yn2M#1

    Thanks for the quick reply.

    #254718

    `I messed up on the nav background – I included a DOT before the # sign.

    What would that right side link font color be for CSS changes?

    #254716

    Hmmm

    this is what I put in for a quick view on changes – but the top nav background did not change:

    -#header_meta { background-color: red; }

    -.header_color .sub_menu>ul>li>a { color: black; }

    .phone-info span { color: black; }

    .avia-slideshow { width: 101%; }

    See at ng-sandbox.com/keystone

    What did I do wrong?
    ALSO _ the font color for the top nav link – what would the CSS be for that?

    Thanks as always Yigit!

    • This reply was modified 12 years ago by noble51. Reason: I messed up on the background of the top nav - I had a DOT before the #
    #254707

    Hi Paul!

    Please add following code to Quick CSS and adjust as needed
    1-

    #header_meta { background-color: red; }

    2-

    .header_color .sub_menu>ul>li>a { color: red; }
    .phone-info span { color: blue; }

    3-

    .avia-slideshow { width: 101%; }

    Regards,
    Yigit

    #254700

    Hey!

    Please go to Appearance > Editor and open Header.php file and find

    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>

    and add your code right below it
    Best regards,
    Yigit

    #254699
    This reply has been marked as private.
    #254692
    cameron329
    Participant

    I’m having an alignment issue I’d love to get some assistance on. On most of my pages I’m attempting to place a Text Block and Button next to each other and have them align correctly.

    I setup my page using the 2/3 and 1/3 layout elements next to each other. In the 2/3’s side, I drop a text block, enter my text and align the text to the right.

    Then on my 1/3 layout I drop a button and customize it. However, when I view the page, the center of the text and center of the button do not line up (the top of the text and top of the button align perfectly, but i need them to align at the center vertically).

    How can I make this happen so they align centrally together (either my shifting the button up or the text down or adjusting the vertical alignment of one of these elements?)?

    Raymmar
    Participant

    In this thread I asked about putting icons in the header of my website to use for navigation and that worked great but for some reason one of the icons is not lining up.

    https://kriesi.at/support/topic/using-images-as-navigation-in-my-header/

    I tried changing the order to see if it was something to do with the image size or anything else and whatever image is in that 4th spot just seems to fall out of place. On the mobile device it almost looks like it is trying to add another line to the menu.

    http://raymmar.com/

    Any idea what might be causing this?

    #254686
    Jason
    Participant

    Hi there,
    I have modified the sidebar navigation somewhat, so it’s probably some of my CSS causing this… but
    If I hover directly over (or on top of) the text, it doesn’t activate that text as a link – I have to hover below the text to activate it as a link.
    Here’s a screenshot, & another.
    Any ideas?
    Thanks,
    Jas

    Update: I may have fixed this, I added;
    position: relative;top: 5px;
    to;
    #top .widget_nav_menu ul ul li a
    Which fixed the issue, but I also had to change;
    #top .widget_nav_menu ul ul li:before
    to;
    top: 10px;
    To align the dot – here’s a screenshot.
    That seem all ok to you – what I’ve done?

    • This topic was modified 12 years ago by Jason. Reason: fixed - possibly
    #254676

    Hmmm, this seems to work but could I be missing anything?

    #top input[type=”text”]:focus,
    #top input[type=”email”]:focus,
    #top input[type=”tel”]:focus,
    #top input[type=”number”]:focus,
    #top textarea:focus,
    #top select:focus {
    background-color: #FFFA99 !important;
    }

    #254672
    mikehirsch
    Participant

    I want to make any form fields that are clicked in have a background/highlight color. I know I can use “:focus” but not sure where to put it. I’d like to cover ALL fields at one time if possible.

    For testing only text fields, I used:

    #top input[type=”text”]:focus {
    background-color: #51CBEE !important;
    }

    but, for example, not sure what the difference is in “#top .input-text” and “#top input[type=”text”]”

    #254655
    noble51
    Participant

    Please check out screen capture to see the 3 issues I’m needing CSS help on.

    1) Top Navigation – Background Color – what CSS could make this a color
    2) Top Navigation Font Color – how can I change the color of this font?
    3) Full Width Easy Slider – hair line rule – how can I remove this – it’s only on right side

    See site here: ng-sandbox.com/keystone

    See screen capture link below

    https://app.box.com/s/qlug8sai28l54eushnst

    Thanks

    #254654
    Edna
    Participant

    Hi,
    Would there be a way to animate images (Fade-in)? What I am looking for is the effect that we can get on the testimonials images; example here: http://kriesi.at/themes/enfold/shortcodes/testimonials/
    On images such as the ones here: http://toticorp.com/benefits/
    Just need them to fade in one after the other.

    I tried to use the testimonial shortcode on the benefits page but we needed the images to be slightly bigger on top and bit smaller at the bottom. If there is a way to use the testimonial shortcode to do this, I am all ears :)
    E.

    #254651

    In reply to: Width blog posts

    Hey!

    thank you Josue, but but it is not great.
    On mobile and ipad the comment form is too small. And on my pc the text box is not centered and too broad.

    http://nsa33.casimages.com/img/2014/04/22/140422100627103289.jpg

    Code:

    /* With Template Blog posts */
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }
    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 770px;
    }
    #top .fullsize .template-blog .post-title {
    max-width: 100%;
    }
    div.comment-entry.post-entry {
        width: 72%;
        margin: 0 auto;
    }
    #254649
    mariotronik
    Participant

    My client wants to have a widget on top of everything in the theme, maybe have a LayerSlider above of the menu and topbar. Is that possible?

    #254647
    cameron329
    Participant

    I’m trying to use the Table Layout to create some custom tables within Enfold. I would like to make the following adjustments to the Tabular Data Table.

    – All field background should be white. Currently the are using my Main Content / Alternate Content colors I defined in my “styling” option. I would like to set it so this table ignores that and simply does a single background color for the whole table.

    – Presently, there is a gray border surrounding each row and column in the table. I would like to alter the color and thickness of the Top and Bottom Border colors {solid 1px #000;}. However, when i add this to my custom CSS, or edit it directly in the base.css file, the change does not apply.

    – I would also like to completely remove the Left and right border from every table field, so that only the horizontal “top” and “bottom” borders appear.

    – Finally, under the Default Column and Row, the text-align propert is always set to “left”. I would like to override this and force the text-align to be right, but only in one column of multiple rows of data. How can I accomplish this?

    Thanks for any assistance with these issues.

    #254645
    AsadIC
    Participant

    Hi support,

    I just updated my theme, and it seems to have caused several styling issues. The search icon in the navigation menu now has the word “search” next to it, and the same is happening with the social icons I have in my top bar. Please see this screenshot: http://imgur.com/pajtdFM

    This screenshot was taken in Firefox. I had the same issue in Chrome immediately after updating the theme, but after I refreshed the page it resolved itself. The issue persists in Firefox after refreshing a number of times.

    Thanks
    Asad

    It worked perfectly!

    Thanks for the quick answer ;)

    Regards,

    Yassine

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    #scroll-top-link:hover { color: red; border-color: orange; background-color: green; }

    Regards,
    Yigit

    Hello Yigit,

    Thanks the code to change the color worked very well.

    Do you have an additionnal code to change the “alternate” color of the scroll to top botton (which is by default in Grey) ?

    Regards ;)

    Yassine

    #254613

    Thanks Yigit,

    It worked well on desktops but not on mobile devices. Menu overlaps on tablets and phones because logo doesn’t resize.
    http://exhicor.lafabricadigital.com.mx/exhibidores-de-alambre/
    Thank you very much for your help.

    Cheers!

    #254605
    This reply has been marked as private.
    #254594

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive .cart_dropdown {
    top: 48% !important;
    position: fixed;
    }}

    Yes, you should see when you resize the window of your browser – http://i.imgur.com/uGa0oqN.png

    Best regards,
    Yigit

    #254593

    Hi!

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

    #top .social_bookmarks li a { overflow: visible; }

    Cheers!
    Yigit

    #254592
    This reply has been marked as private.
    #254576

    Removing the #top did the trick.

    Thanks again!
    Brian

    #254573

    Perfect! And if I just want to do this on the homepage, do I add “.home” to the beginning of the CSS code?

    .home #top .av_header_transparency #header_main {
    display: none;
    }
    #254570
    simonac
    Participant

    Hi, i tried removing the borders but i dont get it 100%.

    The solution in this threat did not work at all: https://kriesi.at/support/topic/remove-layer-slider-borders/
    These codes just remove the bottom borader but it is still there ( very hard to see)

    #after_layer_slider_1 {
    border-top: none!important;
    }

    .container_wrap { border-top-style: none; }

    Is there a clean solution for that?

    #254569

    Hi!

    Please remove the custom CSS code you added to hide logo and add following code to Quick CSS instead

    #top .av_header_transparency #header_main {
    display: none;
    }

    Best regards,
    Yigit

    #254568
    boldtranquility
    Participant

    Hello. I’m not really sure exactly how to word this, but i have an example site (that uses enfold) that has done what I need.

    Example site: https://www.happier.com/#/course/everyday-grateful
    note the “buy now” and “give as gift” buttons on the top right of this page.

    Developing site:
    http://boldtranquility.com/boldtranquility/21-day-challenge/

    the “give the gift of rest” and “enroll now” circular images I need to stay fixed at the top right of the page when a user scrolls.

    right now the buttons are in a layer slider as I thought that was where they needed to be, but maybe it needs to be in its own container (like a color section maybe?) above the slider on the page layout.

    Any suggestions on how to do this?

Viewing 30 results - 130,501 through 130,530 (of 142,938 total)