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

    I’ve had a good scan for the specifics of this, apologies if it’s obvious in a previous post

    I am running a secondary menu that’s a bit like a banner with three html links on it. I can change the font colour under “General Styling / Socket” but I just can’t figure out how to change the font size and style (bold etc).

    I found some Quick CSS on previous posts that don’t seem to do anything.

    Is there a way to do this, an easy way? :)

    Thanks in advance. I tried!

    #1395949

    Hey PSDC,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1395952

    sure thing https://gen10.co.uk/rspca/

    The Report Cruelty – Donate – Rehome section

    #1395982

    Hi,

    Thank you for the link.

    You can use this css code to adjust the style of the submenu items.

    #top .av-subnav-menu > li > a {
    	padding: 0px 10px 0px 12px;
    	display: block;
    	border-left-style: solid;
    	border-left-width: 1px;
    	font-weight: 600;
    	font-size: 1.5em;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.