Problems with template

Hi,

Could you help me with a few questions:

  1. I use this theme without the sidebar, but now the pages of the site is not displayed in full width.(attachment!!!)
    http://new.agroeconom.kz/science-and-innovation/scientific-research-activity/

2.How can i change color of menu (not font)

  1. Problem with dots is not solved

Dear Support.

Could you help me?

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the width and change the menu color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Full width*/
@media (min-width: 992px)
.col-md-8 {
    width: 100%;
}

/*Menu color*/
.main-navigation {
    background-color: red;
}

Best Regards,
Support

HI there 4kapa… you can also use the hexadecimal color option to refine the color you want if it is outside the standard set
The first example below is a sort of purple whilst he second is white.

/Menu bar color/
.main-navigation {
background-color: #9646AE;
}

/Menu bar color/
.main-navigation {
background-color: #ffffff;
}

Hello there,

Thanks @crystaledge.

Using the hex code is very helpful if you want to add more color options to the theme. You can use an online color picker to choose the color that you want to use.

Best Regards,
Support