how can change with +

Posted in: Newspaper
Post count: 74

https://drive.google.com/open?id=1U5G0atBJTHcyNfqV_5-sc9pqlwmL80Dl

How can change that with + or other character?

Post count: 20688

Hi,

That is an icon font, this font is predefined in the theme. A specific option to change the menu drop-down icon is not available in the theme. This is where the icon is defined in the theme stylesheet, if you would like to make modifications
https://www.screencast.com/t/C8iJ24NPJJ
https://www.screencast.com/t/6ItjKr2EDT8

Thanks

Post count: 74

then if i understand, do u say me i need change this:

https://goo.gl/L8TW7L

and edit \e806?

Post count: 20688

Hi,

The easiest way would be to use Font awesome icons, like this
https://www.screencast.com/t/GuoueFzXAk
Simply install the Font awesome 4 menus plugin and enter this code in Theme panel->Custom CSS section, the result should be like in the screenshot

ul.sf-js-enabled > li > a > i.td-icon-menu-down:before {
font-family: FontAwesome;
content: '\f067' !important;
}

The list of icon codes can be found here for example, so you could use any icon you want
http://astronautweb.co/snippet/font-awesome/

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.