• Resolved steveraven

    (@steveraven)


    I’m having A LOT of CSS problems using this plugin in so far as much that every line of CSS is outputting an error in the plugin’s CSS editor.

    So – to save me going barmy – can you drop some CSS code in here to change the background color, the main font (headline) color of the link, and the description text of the link, all to be inputted into the plugin CSS editor (all shown in a normal setting as the hover settings are ok).

    I’m using ‘style one’ in the plugin if that’s of any help.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    We need to understand what kind of error you are getting in CSS editor. Please post some screenshots.

    Also, post your page link so we can provide proper CSS overrides.

    Thanks

    Plugin Author QuantumCloud

    (@quantumcloud)

    Try these CSS overrides. Let us know if they work. If not, the page link would help us give correct code:

    .style-1 .ca-main {
    color: #ccc !important;
    }

    .style-1 .ca-menu li {
    background: #fff !important;
    }

    .style-1 .ca-sub {
    color: #ccc !important;

    }

    In each case, change the color code to what you need.

    Thanks

    Thread Starter steveraven

    (@steveraven)

    Super stuff, works great – but there are still error markings in the CSS fields next to the color entry fields – marked as ‘Use of !important’. Does that matter?

    Also I noticed in your upgrade that there is a method to select all of these colour CSS fields by using colour selectors – is that right, for that may be the way to go here!

    Plugin Author QuantumCloud

    (@quantumcloud)

    Glad that it worked.

    Not sure what you are referring to without screenshot but most likely those are not errors in CSS editor. Some warning to follow strict CSS protocol which is next to impossible in practical scenarios making things work across different browser and show advanced effects. Does not really matter.

    Almost everything in SLD is customizable from SLD backend with the Pro version. The free version does not have all those settings.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS Problems’ is closed to new replies.