Jump to content

Location content images from modules


AntsGoUp

Recommended Posts

Hello, 

I'm looking to modify some icons and nav arrows used on modules. The goal is to change the color, the thickness or add a background on icons that are not enough clear.

For example, I'm using a bonpresta theme, in which there is a image slider called bonslick, the arrows are too thins. In the theme.css, I have #bonslick .slick-prev:before {
    content: '\e802'
}

I suppose that the content e802 is the image or the logo of the arrow, but i cannot find it anywhere. Do you know where I can find it or trace back the orignal location of this content ?

 

Thanks

Link to comment
Share on other sites

20 hours ago, AntsGoUp said:

Hello, 

I'm looking to modify some icons and nav arrows used on modules. The goal is to change the color, the thickness or add a background on icons that are not enough clear.

For example, I'm using a bonpresta theme, in which there is a image slider called bonslick, the arrows are too thins. In the theme.css, I have #bonslick .slick-prev:before {
    content: '\e802'
}

I suppose that the content e802 is the image or the logo of the arrow, but i cannot find it anywhere. Do you know where I can find it or trace back the orignal location of this content ?

 

Thanks

The slick Javascript slider code (by default) uses a web font (called 'Slick' iirc) and that '\e802' is the character that represents the back arrow icon. Most of the other icons in a theme will likely be using Material Fonts or FontAwesome (depending on the theme and modules you're using). You need to look for the webfonts and potentially change the font-family, font size, colour, background etc. of those elements :) 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...