Section Icons & Color

Home Forums Revelance WordPress Theme Section Icons & Color

This topic contains 3 replies, has 2 voices, and was last updated by  ab-themes 9 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1083

    jeroen_b
    Participant

    Hello there,

    I’m unable to find out where to change the section icons (default the lightbulb). I’ve been searching for it in the source code but they seem to be non existent, all I can find is that it should be in the header, but all that’s in there is an h3.

    Also, I would like to know how to overlay a section with a particular color. For example, the dd_stats_excerpt. Right now I’m targeting every single object (h3, p, i, .dnd_stats_number) in the CSS. Surely there must be an easier way to do this.

    I hope someone can help me out. Cheers!

    #1099

    ab-themes
    Keymaster

    Hi,
    section icons and background color can both be changed in drag and drop section option. When you hover on section, there will be edit icon on the right side of it.
    Full set of icons can be found here
    http://preview.magnior.com/revelance/?page_id=1848
    You can use it for section icon like so:
    – to use icon named entypo-light-bulb add class section-light-bulb to section
    We will add this in documentation in update today
    Cheers

    #1135

    jeroen_b
    Participant

    Hello,

    Cheers! I’m able to change the section icons now. I however still can’t change the color of them. What do i target in the CSS? For example

    .section-statistics{
    color: #ffffff !important;
    }

    does not work.

    #1142

    ab-themes
    Keymaster

    Hi,
    you can use this code to change colors of section icons:

    .dnd_section_dd header h3:after {
    color: #e42382;
    }

    Cheers

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Section Icons & Color’ is closed to new replies.