Okay
  Public Ticket #141770
Can you change icons
Closed

Comments

  • Daniel started the conversation
    Hi can you change the icons to custom icons on the main page... Here is my website pic (attached). I need to change the 4 circle icons at the bottom to hexagon shaped icons. Is there a way via ftp where I can change the files? Thanks.
  •  1,043
    ThemeNectar replied

    Hey Daniel,

    you can find the rules for that in the style.css stylesheet for searching for:

    [class^="icon-"].icon-3x[class^="icon-"].icon-3x

    and here's an article on how to create a hexagon with css :)

    http://jtauber.github.io/articles/css-hexagon.html

    Cheers

  • Daniel replied

    Thanks for that... Where do I find the style.css file?
    Also what do i do with the code? I assume its this one:

    width: 0; border-bottom: 30px solid #6C6; border-left: 52px solid transparent; border-right: 52px solid transparent; width: 104px; height: 60px; background-color: #6C6; width: 0; border-top: 30px solid #6C6; border-left: 52px solid transparent; border-right: 52px solid transparent;
     

    Sorry, just a little confused! :(

  •  1,043
    ThemeNectar replied

    Hey again!

    The style.css file is in the root of the theme folder and is the main stylesheet for the theme where all the styles live. If you're not comfortable doing any coding you might want to consider contracting someone on microlancer to wrap this up for you really quick to save yourself any headache.

    Cheers :)