• Resolved websolutionsbylaura

    (@websolutionsbylaura)


    Hi there! Absolutely LOVE LOVE this theme! Just beautiful! I’m having a little wee problem, and hope you can help me if possible.

    I have installed Visual Form Builder Pro plugin, which is working quite nicely with your theme. However, I’m seeing some bullets – ul li – and the plugin author gave me this CSS – which I have tried for a couple of days, however, it seems the theme CSS overrides the plugin CSS (I’ve also installed Custom CSS Manager. CSS I have been given by plugin author is:

    .entry .visual-form-builder ul li {
    list-style: none;
    }

    Unfortunately this doesn’t seem to remove the bullets as you can see here: https://www.tinkertote.ca/buy-now/

    Any suggestions would be appreciated! If you might have a suggestion as to how I can change colour of the “submit” button on form as well, would be greatly appreciated as well. Thanks again!

    Laura

Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding:

    ul li:before {
     content: "";
    }

    Thread Starter websolutionsbylaura

    (@websolutionsbylaura)

    OH YAY ANDREW! Thank you so much — I mean it! VERY VERY much appreciate your help. I try to do things myself, but after two days of trying I figured I would ask someone here for help. Again, I can’t thank you enough! It worked!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    and Thank you for sharing this with the community. By creating this thread, you’ve now potentially helped an unlimited amount of people who have also spent two days trying to work it out.

    just a note:

    this kind of creating list ‘bullets’ is known since the kubrick default theme (and has also puzzled endless numbers of users).

    from the theme’s css:

    .entry ul li:before, #sidebar ul ul li:before, #sidebar_left ul ul li:before {
    	content: "0BB 020";
    	}

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @alchymyth, is it a standard given by the theme review guidelines, that this type of CSS bullets occur? Or is it by coincidence that themes adopt this approach in relation to the Kubrick default theme?

    no standard as far as I know – but also not on the ‘forbidden’ list;

    just gives the designer a bit more freedom to stlye lists …
    or style anything else, like the ‘hyphen’ in the captions of Twenty Eleven:

    .wp-caption .wp-caption-text:before {
    	color: #666;
    	content: '\2014';
    ...

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Very interesting, thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘SPUN – LOVE IT! Need WEE bit of help please.’ is closed to new replies.