+ Reply to Thread
Results 1 to 3 of 3

Thread: Small Issue - Bread crumb bar in mobile

  1. #1

    Small Issue - Bread crumb bar in mobile

    Hello,

    I changed the font-size of the bread-crumb links in mobile (the two very small mobile sizes below 768px), and I have found the dark >'s hidden above the light arrows. Can someone remove the dark arrows? I checked in the style.css but after searching for bread-crumbs, I found the background: url to the what I believe was the arrows, but it didn't come off, I don't know what to check after that to remove the dark arrows.

    Here is a screen shot from my phone (cropped to height)



    Brian
    Attached Images Attached Images
    Thank you - Your Welcome
    Brian

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Comment out or remove the background feature for the following selector in style.css:

    #bread_crumbs > ul > *:not(:last-of-type):after

  3. #3
    Thank you Rudi, You are absolutely brilliant at this!

    Regards,
    Brian

    Quote Originally Posted by Rudi View Post
    Comment out or remove the background feature for the following selector in style.css:

    #bread_crumbs > ul > *:not(:last-of-type):after
    Thank you - Your Welcome
    Brian

+ Reply to Thread