• Hello,

    How do you change the font colour/size of the minimilist part? I’ve edited the CSS but nothing seems to happen?

    Thanks,

    sam

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author PriceListo

    (@pricelisto)

    You have the right idea. It can be changed with CSS but it depends on where you’re adding the CSS? Is it through Customizer’s custom CSS? The updated CSS needs to load after the plugin CSS file.

    If you post your page URL, I can tell you exactly what’s going on.

    Thread Starter bestofbristol

    (@bestofbristol)

    Oh do you change the sites CSS rather than the plugin directly then?

    This is the site at the moment:

    https://samg9.sg-host.com/wings-menu-4/

    Thank you ??

    Plugin Author PriceListo

    (@pricelisto)

    I get a 404 error when I try to view that page.

    Either way, yes, you would change CSS in the site. Customizer on your theme has additional CSS box which is a great place to add it.

    If you change it directly in the plugin then it will be overwritten when you update the plugin in the future, so that is not a recommended way of changing it.

    Thread Starter bestofbristol

    (@bestofbristol)

    Hello again,

    https://samg9.sg-host.com/menu/

    I am trying to change the font size of the description font beneath the prices.

    I’ve used this CSS

    .brm-item-description {
    color: #000000;
    font-size: 20px;
    }

    But it doesn’t see to change it. Any ideas at all? ??

    Plugin Author PriceListo

    (@pricelisto)

    @bestofbristol seems like that CSS is loading after the plugin stylesheet. So to overwrite it, easiest way is to use !important designation such as:

    .brm-item-description {
        color: #000000 !important;
        font-size: 20px !important;
    }

    Hi I’m loving your plugin but I’m having an issue changing the colour from orange. I’m using the colourful template. Any help would be amazing thank you

    Dear PriceListo,

    I am also trying to change the color without any result. Could you please assist me to get my text in White-color on my website?

    • This reply was modified 4 years, 3 months ago by theo020ams. Reason: resolved

    First of all, Awesome plugin. Very simple but functional. The question is:
    how can we change the font-family (and any other rules) whithin a menu template?
    The file is brm.colorful.min.css
    The first line is
    @import url(“https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap”);
    and the target line semms to be
    .brm-heading h2 {font-family: ‘Nunito’,sans-serif !important;}
    I tried to change with ‘Lora’ instead of ‘Nunito’ everywhere either in the CSS site and in the plugin too, but nothing happened. It never worked. What is my mistake?
    Best regards

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing font colour/size’ is closed to new replies.