• Resolved estherramos

    (@estherramos)


    Hi, Nobita.
    I just updated Raindrops and in the footer there is a gray box, which is superimposed on the white background and I do not know how to remove …

    Thank you very much, as always, for your kindness.

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter estherramos

    (@estherramos)

    With the update, I have also changed the size of the fonts and the line spacing of the menu.
    How do I change them?

    Thank you very much.

    Theme Author nobita

    (@nobita)

    Hi @estherramos

    footer background color

    Customize / Additional CSS

    Please try, add below code.

    
    .rd-type-light #ft{
    background:#fff;
    }
    

    With the update, I have also changed the size of the fonts and the line spacing of the menu.
    How do I change them?

    Customize / Presentation / Menu

    Menu Primary Font Size and Menu Primary Min Width

    You can adjust the font size and feel with the slider

    Thank you

    Raindrops 1.492 There was a bug in mobile view so update 1.493 today. It may be better to fix it after it is over.

    • This reply was modified 7 years ago by nobita.
    Thread Starter estherramos

    (@estherramos)

    Hi, Nobita.

    The thing about adding additional CSS did work. Thank you.

    What about the menu sources, NO.
    I do not use the primary menu, but a custom one: Appearance / Menus, which I put through the default sidebar of widgets.

    Where can I change the size of the sources?

    Thank you very much.

    Theme Author nobita

    (@nobita)

    Sorry

    Customize / Additional CSS

    Please try, add below code.

    
    .widget_nav_menu li a{
        font-size:16px;
    }
    

    Thank you.

    Thread Starter estherramos

    (@estherramos)

    Perfect, Nobita, solved.

    Could I add a CSS, which will change the color of the menu font?

    Thanks once again.

    Thread Starter estherramos

    (@estherramos)

    Sorry to bother you again, but I just checked that in the mobile version, the header photo is cut off.

    Thank you.

    Theme Author nobita

    (@nobita)

    Raindrops 1.493 add min-height for header image.

    When the image became small, I changed the style because there are cases where title characters can not be displayed well.

    If you add the following style, it will be restored.

    Customize / Additional CSS

    Please try, add below code.

    
        #doc5 #header-image,
        #doc3 #header-image{
            min-height:0;
        }
    

    Thank you.

    • This reply was modified 7 years ago by nobita.
    Thread Starter estherramos

    (@estherramos)

    Very good, Nobita. I’ve already seen that the header image now has to be 950×232. I will change it.
    You have not answered the question of whether you can change the color of the menu font, perhaps by adding a CSS …

    Thank you very much.

    Theme Author nobita

    (@nobita)

    You have not answered the question of whether you can change the color of the menu font

    Sorry fogot it

    Customize / Additional CSS

    Please try, add below code.

    
    .lsidebar .widget_nav_menu li a{
        color:green;
    }
    .lsidebar .widget_nav_menu li a:hover{
        color:blue;
    }
    

    Thank you.

    Thread Starter estherramos

    (@estherramos)

    Hi, Nobita.

    When you tell me: “Sorry fogot it”. What do you mean?

    Are you telling me not to change the header image?

    Now it’s 950×312.

    I understood that the theme suggested that it was 950×232.

    Thanks for the font color.

    Theme Author nobita

    (@nobita)

    When you tell me: “Sorry fogot it”. What do you mean?

    It means, I forgot to answer the color change of menu widget

    I understood that the theme suggested that it was 950×232.

    It automatically adjusts to the width of the browser, so you do not have to worry about theme suggested size.

    The customizer setting of your site is

    Customize / Presentation / Layout and Sidebar

    Document Width : Box Layout Responsive
    Fluid Max Width : 1280

    In this setting, please set a header image larger than 1280px
    And do not crop when uploading.

    That is, you can upload images without cropping images that are larger than the current page width (height is free, but if you set an image that is higher than the size of the browser, it will be cropped automatically).

    Thank you.

    Thread Starter estherramos

    (@estherramos)

    Ok, Nobita. Thank you so much for everything.

    I will leave the header image as I have it at 950×312, because if I put it as you suggest to more than 1280 and maintain the proportion, it would be too high.
    Your suggestions are a great help.

    Have an excellent day.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How to remove gray box in the footer.’ is closed to new replies.