Hello Catalin.
I had not asked to customize the theme. I have already customized and I asked you if the changes I made were correct.
Thanks so much!
Gabriel
Errata corrige:
I added @media (min-width: 768px) { to the CSS
.sf-menu > li > a { /* I reduce the padding in the menu to avoid problems with the stickcy logo */
padding: 0 10px 0 10px;
}
@media (min-width: 768px) {
.td-header-wrap .td-affix .td-main-menu-logo img { /* I reduce the padding in the sticky logo */
margin: 0 6px 0 10px;
}
}
.sf-menu ul .td-menu-item > a:hover { /* GB Hover in the sub menu */
background-color: #eeeeee;
}
Please I did the right thing?
Thanks so much!
Gabriel
Hi Simion,
This is my site: http://cambiovita360.it/
I have customized the main menu by editing the following 3 CSS classes:
.sf-menu > li > a { /* I reduce the padding in the menu to avoid problems with the stickcy logo */
padding: 0 10px 0 10px;
}
.td-header-wrap .td-affix .td-main-menu-logo img { /* I reduce the padding in the sticky logo */
margin: 0 6px 0 10px;
}
.sf-menu ul .td-menu-item > a:hover { /* GB Hover in the sub menu */
background-color: #eeeeee;
}
Please I did the right thing?
Thanks so much!
Gabriel
Hello Bogdan,
This changes only the hover color of the text.
Instead I need to change the background hover color of the main menu and submenu. Please how can I do?
Thanks so much!
Gabriel
-
This reply was modified 8 years by
gabriel79.
Updates:
I have decided to no longer insert the AdBox code manually in the header-style-3.php file.
I have decided to insert a new container div with the CSS class “ads2”.
Here is the screen of the code entered: https://snag.gy/q6yJXa.jpg
This way it works well with all devices and displays advertising as I want.
Here is an example:
http://cambiovita360.it/questo-e-solo-un-articolo-demo-stiamo-testando-il-sito/
http://cambiovita360.it/tag/italia/
http://cambiovita360.it/category/videos/
Please what do you think? Am I doing the right thing?
Thanks so much.
Gabriel
Hi,
Please, it’s possible to insert block 7 in the child theme?
Thank you very much.
Gabriel
Hello Catalin,
Thank you for your support.
As you can see from the image, I have to remove the category link. https://snag.gy/MR0a5r.jpg
I do not want to hide the link using the CSS (display: none). I want to directly remove the PHP string that displays the link.
Thank you very much.
Gabriel
Hello Catalin,
I understood thank you. So it is enough to create a sidebar for each category and use the block which my like and filter it by Popular post from a certain category.
Please is this the correct procedure?
Thank you very much!
Gabriel