Hi,
1- I couldn’t find the option to change the backgrounds of posts
and pages. I can only change the content background via visual composer.
and it doesn’t look nice as there are some empty spaces on both sides of the
pages or posts. how can I change the full background of the post or pages?
2- I registered for the adsense, but I don’t know where to paste the code for review
google adsense’s review message;
“We’re reviewing your site.
Reviewing your site will take up to 3 days. We’ll email you when we’re done.
Paste it into the HTML of http://www.ailevecocuk.net, right after the <head> tag.”
where can I find the “html” of my site. I couldn’t see any page like that in editor.
Thank you.
-
This topic was modified 9 years by
cpndgn.
Hi, I resolved the issue with Google adsense and menu icons. So you can dismiss questions 2 and 3.
But I have another issues now,
4- I change the post title font size in theme panel,
it is OK on desktop view, but in mobile, there is no change,
it is still the same and very big for mobile screens.
is there any way to change them for mobile?
5- Can I decrease the space between menu items on desktop view? there is line spacing option but it adjusts only vertically not horizontally. Because I want to add a few more menu items but there it creates another menu line.
6-Also I couldn’t remove the “search” icon from main menu. Instead I want to put menu items.
Thanks
-
This reply was modified 9 years by
cpndgn.
Hello,
1) Our theme does not have separate backgrounds for pages. There is only 1 background possibility across the whole site. There is however a category background that will affect the posts from that category though if the post have it set as a primary category. https://forum.tagdiv.com/primary-category/
4) the fonts in the theme panel will not affect the mobile version. The mobile version font sizes can only be changed with a custom css. Please provide an example of what post titles you are referring to so I can provide the proper css code.
5) Again. it can only be done with css. Here is a code to make the menu items narrower:
.sf-menu a.sf-with-ul{
padding-right: 15px!important;
}
6) You can remove the search icon from the code by commenting out or deleting this part: http://screencast.com/t/R1WLS2cH
Thank you!