Footer menu footer3 appears twice

Why does “privacybeleid” appears twice in the footer?

i would like the footer to consist of three parts, so i’ve put the settings on 3.
And then i would like privacybeleid to be on the right side of the blue bottomblock. I thought this was the footer, so i dont understand why it is also repeated above this (the. blue letters)
Also: where do i change the font of privacybeleid? it is not supposed to be in bold.

thank you again!

Hi @wonderacademie,

Thanks for reaching out.

I check your website and I don’t see the duplicated items anymore. I guess you already figure it out.

Thank you.

actually not :).
one did dissapear overnight, no idea why…
but it is not the one i wanted :)!

i want the footer to look like that blue area on the bottom, with three spaces. And the space on the right will get the privacylink. I made it into a menu, because i would like to add pages later on overthere and give the menu a title then.

but for sure i do not want it to float on the left on top op the bleu area…

url: www.wonderacademie.nl

Hi @wonderacademie,

There are two footer options are available with the theme, one is Top Footer and another one is Bottom Footer.
Top Footer, will load the footer widgets based on the selected number in Theme Options > Footer

It shows the footer widget areas defined in Appearance > Widget, based on the selected numbers.

The color for the Footer Bottom can be controlled Theme options > Renew > Footer Background,
but regretfully, there no option to set a color to the top footer. To achieve that you need to add a small piece of custom CSS code to Theme Option > CSS.

.x-colophon.top {
    background-color: #2c3e50;
}

Remember that the above code will work if copied as it is and don’t conflict with any existing style.
To get more help on that please go through resource.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Hope it helps.

Thanks

yes, i am getting there, slowly but steadily.
i got the colour in the right way now.
but brings up new questions :slight_smile:

  1. where do i change the font of the text in the widgets. It is different then the font in the body of the rest of the website.
  2. where do i change the white background behind “privacybeleid”? and make it a smaller block.
  3. can i bring the socials up from the bottomfooter to the topfooter? and if yes, how?
  4. where do i edit the size of the bottomfooter (when socials are not there anymore, it may become smaller.

thanks again!

Hi @wonderacademie,

1.) No, actually the headline font on your footer is "Amatic SC" and the copy text font is "Book Antiqua" which is the same on the body (only smaller). Body Font and Headings Font can be setup under Theme Options > Typography

Body Font

Headings Font

2.) Regretfully, like the background-color there is no option to change that background-color on the footer menu but with custom CSS.

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

3.) No, you can’t. However, you can do it on the Global Block, in the global block, you can design a section like on the page and bring that anywhere on the page using its shortcode. When you’re working on the Global Block look for the element called Social. Now that I mention this, I think you should do the second column as a Global Block as well.

4.) That will automatically adjust, if you disable the Footer Social icons on the bottom footer it will automatically adjust. Adjusting it manually will require a custom CSS.

Thanks,

1 Like

txs, i will look into the global block designer. So, do i understand you correctly: to make the menu that contains the privacybeleid-page i should change it from the widget i used from the widgetpage to a menu made with a global block? I am not sure why that is better? Can i than change the background more easily?

Hi @wonderacademie,

You are using the X theme and that have limited options for the footer, if you want to modify it more I would suggest you upgrade X to the Pro.
Pro has the Header & Footer builder to create and modify the headers and footers as per your choice.
Few important links that help you:

  1. Upgrade X to Pro: https://theme.co/docs/header-footer-overview

  2. Header & Footer Builder overview: https://theme.co/docs/header-footer-overview

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.