• Hi Nobita.
    Some WordPress update, I have broken many things about the theme.
    I have been fixing them and the one that I do not know how to solve is that: at the top, below the photo, I get the menu horizontally, repeated.
    Thank you very much, as always, for your kindness.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi @estherramos

    long time no see. how are you?

    I get the menu horizontally, repeated.

    If the number of menus increases, the menus will look awkward.

    In case of such a case

    Customizing / Presentation / Menu
    Here you can set the Menu Primary Font Size and Menu Primary Min Width.

    However, the range covered by this setting is limited.

    Consider layering the menu.

    like this

    https://www.tenman.info/wp3/manualraindrops/files/example-capture.jpg

    https://www.tenman.info/wp3/manualraindrops/files/editor-menu-capture.png

    If you want to hide it in the menu, use the hide class and it won’t occupy extra space

    https://www.tenman.info/wp3/manualraindrops/files/hide-menu-capture.png

    Thank you.

    Thread Starter estherramos

    (@estherramos)

    Thank you very much Nobita.
    The easiest thing has been to use the “Hide” mode and everything has been solved.
    I imagine in one of the updates, it set “Raindrops” to defaults and it broke all my customization. I even changed the background color to black.
    It has also added some blue dots in the left side menu, in front of each navigation page. It is not very important, but can I remove it, or change the color?
    I am very well, continuing with my art, which is the best medicine for everything, including these removed times.
    During the confinement I made a film about Barcelona depopulated and taken over by pigeons. I also composed and performed the music.
    I’ll give you the trailer, in case you want to see it:

    And how are you?
    I really appreciate your kindness and I wish you all the best.

    Theme Author nobita

    (@nobita)

    It seems that the color scheme has already been changed from dark to conventional minimal.

    I think the sidebar list markers can be removed by adding the following styles

    Customizing / Additional CSS

    remove markers

    
    #raindrops.rd-type-minimal .widget_pages li:before, 
    #raindrops.rd-type-minimal .widget_nav_menu li:before, 
    #raindrops.rd-type-minimal .widget_archive li:before{
    	display:none;
    }
    
    
    change color 
    #raindrops.rd-type-minimal .widget_pages li:before, 
    #raindrops.rd-type-minimal .widget_nav_menu li:before, 
    #raindrops.rd-type-minimal .widget_archive li:before{
    	color:red
    	
    }
    

    Sagrada Família is very famous even for Japanese people who don’t know Spain like me, and everyone knows it.

    I am living well.

    Thank you.

    • This reply was modified 3 years, 6 months ago by nobita.
    Thread Starter estherramos

    (@estherramos)

    Thank you very much Nobita.
    Everything solved.
    I’m very glad you’re fine.
    Yes, the Sagrada Familia, it is wonderful.
    Have a nice week.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Repeated menu under the photo above’ is closed to new replies.