Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #170165

    Hello,

    I did quite a bit of searching, but just not finding the fixes so hoping I can get some help…

    1. This is a new one for me (I swear I hadn’t seen it happening before). I’m not sure what I did, but now when I hover over ANY image on my site, the text below it jumps down about 10 pixels (give or take). Why is it doing this and how can I get it to stop?

    2. I’m using the theme in boxed mode and would like to add banner images below the main nav at the top, but above the header wording and only on some pages. Is that a custom field or something else I can do per page? Thoughts?

    3. I’d like to make the width of the colored line at the top of the drop down menus in the top nav a little thicker. Can I do that?

    4. I’d like to make the small arrow bullets in the mega menu circles instead. Can I do that?

    Thanks a ton!

    mdgworld

    #170530

    Hey mdgworld!

    Can you post the link to your website?

    Cheers!
    Yigit

    #170559

    Hi Yigit… unfortunately (and this has happened to me before) it’s a password protected site that I can let out because of the content. I’ve done some screenshots of what I’m talking about with notes. Maybe they will help… maybe not… any help is greatly appreciated.

    1. http://i1006.photobucket.com/albums/af188/mdgworld/1_1_zps4c92ba21.jpg

    2. http://i1006.photobucket.com/albums/af188/mdgworld/2_1_zps77c07dac.jpg

    3. http://i1006.photobucket.com/albums/af188/mdgworld/3_1_zps24e366b6.jpg

    4. http://i1006.photobucket.com/albums/af188/mdgworld/4_1_zps02c78032.jpg

    And I’ve added a little to my Quick CSS:

    .content {
    padding-top: 10px;
    padding-bottom: 25px;
    }

    #footer {
    padding: 5px 0 5px 0;
    }

    #top #header .mega_menu_title a:hover {
    text-decoration: none; color: #19458d; }
    #top #header .mega_menu_title a { color: #00aeef;}

    .content, .sidebar {

    padding-top: 15px;

    padding-bottom: 25px;

    }

    .sidebar_left.sidebar {

    text-align: left;

    }

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;}

    #171844

    Hello!

    1) Unfortunately, we are going to need to see the website live for this one. It does not happen on my installation

    2) You should add it inside of Header.php file.

    3) Please add following code to Quick CSS in Enfold theme options

    #top .header_color .avia_mega_div > .sub-menu { border-top-width: 4px!important; }

    4)

    .header_color .avia-bullet { list-style-type: circle !important; }
    
    Regards, 
    Yigit
    #173106

    Hi Yigit,

    1. Can I send the site info to you personally (do you have an email you use for things like this?)

    2. Wouldn’t added it to the Header.php make it one image for all of the pages? I want to use different images on each page.

    3. This made the line thicker on the one item I’m using as a mega menu, but my other main nav items are not mega menus so they stay the thinner weight. Is there code that puts the thicker weight on all of the main nav drop downs?

    4. The code didn’t work for me (??)

    Thanks!
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Handful of questions – Bullets, Hovers, Banners…’ is closed to new replies.