CHANGE SOCIAL NETWORK SECTION IN THEME PANEL

Posted in: Newspaper
Post count: 10

hi all i want to change some social network items in theme panel > social network to put 3 instagram accounts instead of 1 on the top bar as a icon link! Can you help me please? im working with default demo

  • This topic was modified 7 years by mayer62.
Post count: 20688

Hi,

That would be possible with a modification in a theme file. You would have to multiply the Instagram social in this file, for example
https://www.screencast.com/t/BQw3jVMGByoZ
Then enter this CSS in the Theme panel->Custom CSS code section

.td-icon-instagram2:before,
.td-icon-instagram3:before {
content: '\e81d';
}
.td-social-icon-wrap .td-icon-instagram2,
.td-social-icon-wrap .td-icon-instagram3 {
font-size: 15px;
}

The result is like this – https://www.screencast.com/t/X6QCU9nRizBV
https://www.screencast.com/t/63IAxqHh5tB

Thanks

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