Hi guys,
I was hoping you may be able to help changing the default Theme Colour Scheme.
When i go into the Elementor AddOns Settings, under the General Tab you have the option to change the default Theme Colour and Theme Hover Colour. However, when i change this nothing changes. For example, as you will see from the screenshot below the Navigation bar that shows which portfolio is selected remains the default colour despite having changed it. Here is the URL to the page as well: https://lukeblezard.com/photo/
I tried copying and pasting the code below into the Custom CSS panel when i am using the Livemesh Grid. When i do this it does change the colour of the bar selector to what i want. However, when i then save the page and view it, it reverts to the wrong default colour. Could you please tell me why the code is being overridden???
Many thanks
.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item.lae-active:after {
border-bottom: 3px solid #c16e1b;
width: 100%;
}