Pull down - bread crumbs clashing with slider arrows

Discussion in 'Cloriato WordPress Theme' started by jamsog, Jul 9, 2014.

  1. jamsog

    jamsog Member

    Joined:
    Aug 23, 2012
    Messages:
    133
    Likes Received:
    0
    How can we resolve this?
     

    Attached Files:

    • bug.png
      bug.png
      File size:
      119.2 KB
      Views:
      3
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slides a.next {
    z-index: 9;
    }
    #menu .ddsmoothmenu li ul li ul {
    z-index: 999;
    }
     
    This will solve your issue.
     

Share This Page