Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1155991

    Hello
    i’ve been looking for a way to remove the blue arrows that appear on the left of the dot list. i also made the dots invisible via transparent color, if that could cause it.
    i also wanted to change the font and size of the text in it, but instead of changing ALL text i wanted to change seperate menu items so i can have one title name that doesnt have any link and has an underline and then smaller underpoints with dots listing it. but all changes i try changes the whole text, is there a CSS that can change seperate menu items?

    #1156277

    Hey AEffekt,

    I’m not sure I understand what you are referring to, could you try to explain a bit further or post a screenshot highlighting the problem please?

    Best regards,
    Rikard

    #1156334

    View post on imgur.com


    This is the Dot submenu that i have that i made using the documentation. i made the dots transparent and did other changes.
    my problem: it has blue arrows on the left, can i remove them somehow? cant find a solution on how to. Also i wanted to be able to change the font and size of the text of seperate menu items:
    Konflikt but bigger font size, underlined and bold
    Analyse etc… all normal size. maybe be able to move them a bit to the right, but i can do this with just invisible symbols right?

    #1156617

    Hi,

    Thanks for the clarification. You have this CSS which is causing that:

    #top .dots-menu .av-subnav-menu li a .avia-bullet {
        display: inline !important;
    }

    I’m not sure exactly where it’s coming from since it seems to be added inline or on the actual page.

    Best regards,
    Rikard

    #1157121

    Hello Rikard,
    what about editing the font size and style of seperate items in the dot list? ideally having it like:

    Konflikt:
    etc…

    but with Konflikt being a bigger font size than the other and maybe even in bold

    • This reply was modified 5 years ago by AEffekt.
    #1157396

    Hi,

    I’m not sure I understand you question about Konflikt, is that a font that you would like to use?

    Best regards,
    Rikard

    #1157891

    Hey,

    Konflikt is just german for Conflict. its meant to be a heading.

    so basicly just Konflikt being the heading and then other points as underpoints, using these in a dot menu to navigate on the page to seperate sections of the page. but they shouldnt have the same size, the heading should be bigger than the underpoints

    #1158057

    Hi,

    Ok, thanks for the update. Maybe you could add markup in your list, different header should give you different sizes:

    <h2>Second largest header</h2>
    <h4>This can be your submenu</h4>

    Best regards,
    Rikard

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