Caitlin,
Thank you for your prompt response. I have attached three screen shots. The issue we are having is for certain sections it is rending the full size image instead of the small displayed size. For example, it’s loading the full size 1000 x 900 pixel image. Instead of a 200 x 180 thumbnail. If you have come up with a theme fix, or how I can manually fix the HTML / CSS /JS code in the theme. Thank you.
Screenshot of correct Code: https://prnt.sc/imyjys
Screenshot of incorrect Code:https://prnt.sc/imykj3
Screenshot of incorrect Code:https://prnt.sc/imykv4
Thanks
Jesse
You have to enter the code you want between the accolades and it will apply to the mobile grid. The code as it is does nothing. You mentioned you want to customize the article titles of the mobile grid, that code will do that. Enter your customization as mentioned between the accolades and then in the custom CSS section.
This is a guide presenting the browser inspector tool
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you would mention what modifications you want to make to the titles, I will try to help you.
Hello
Yesterday I purchased Newspaper 8.7 theme from themeforest, but trying to install it , it shows style.css file is missing. so give me right installation zip file with complete files so i can install the theme.
Hi,
I want a background image to show only on the homepage of my site, and not any other pages. I found some CSS code in the forums to do this, but it only works if the background image is in stretch mode.
Is there a custom CSS code I can use for fixed images that aren’t stretched to have the background image show up on the homepage only? If not, is there any other way I can have the background image only show up on the homepage?
Thank you in advance for your help!
Paste this code into the custom CSS section.
@media (max-width: 768px) {
.td-scroll-up {display:block}
}
If it does not show, use this
@media (max-width: 768px) {
.td-scroll-up {display:block !important}
}
I figured out how to do it by adding custom css to the page. Thanks.
Hello perisson,
Unfortunately, the theme does not have any such an option that allows you to add something like this to your submenus, sorry! You should implement it yourself using such a custom CSS code according to the following documentation from here -> https://www.w3schools.com/cssref/tryit.asp?filename=trycss_overflow
Thanks for your understanding!
Could you tell me what part of the CSS code should I edit to solve it? I’m going to create a Child Theme to do that but I need you to tell me which line is the logo size control
Hello,
Sorry for the inconvenience but in the latest version we changed the color picker and it no longer works for VC for the moment. The title color can be changed with css if you ad an extra class to the block and then use css to target that class. We will be able to help with the code if needed.
If you feel this our theme is not moving in the right direction for your taste, we can provide a full refund if you make a request here: https://themeforest.net/refund_requests/new
Thank you!
Hi,
That would be possible with a plugin, or by entering the ad code in the custom HTML section of the theme. It will be placed outside of the container (below sub-footer section), you could further position it in the page with CSS.
Thanks
Hello,
Each demo has it’s own custom css. There is no simple method for grabbing just parts of a demo without code modifications. You can grab the specific css and add it to your custom css box.
Here is an example:
You will have to change colors for the menu from the theme colors section and the line height from the fonts section
Thank you!
The theme does not have such effects that would apply to images. There are some image elements in tagDiv composer but they do not have such effects
– https://www.screencast.com/t/ZTji1El057ZL
You could try CSS solutions found online in this case, an example here
– https://www.w3schools.com/howto/howto_css_image_overlay.asp
Hello,
I’m not sure what you are trying to achieve. You set it as a red bottom border for hover. Please remove the red border from your custom css box.
Thanks.
Hi,
That could be done with custom CSS only, this is a similar topic you can follow
– https://forum.tagdiv.com/topic/menu-items-split-in-2-columns/
If you are having trouble doing it, provide a link to your website and we will try to give you a solution.
Thanks
Hello kame,
If you want to change the background color you should use a bit of CSS code like this -> https://www.screencast.com/t/gg6jS0h82By
Here -> https://ibb.co/ezkwxc you are on pages and not on posts and you should remove the comments count for this -> https://www.screencast.com/t/urDLmFdRVN
Thanks for your understanding!
Use a code like this to customize the article titles in the mobile grid
– https://www.screencast.com/t/EjRTLdi7
.td_block_big_grid_mob_1 .td_module_mob_2 .entry-title {
}
Enter the CSS code you want, it will affect only the grid. This code can be entered in Theme panel->Mobile theme->Custom CSS section.
Hi,
I have tested like this in the mobile editor page section
– https://www.screencast.com/t/VsawlWiSwOp
– https://www.screencast.com/t/UwUP0xmJl
So there is no paragraph tag replacing the div I manually entered.
Regarding the plugin form, if you want those fields hidden maybe there is a setting in the plugin for that. It seems that is how the form is supposed to display, since it even has CSS for the paragraph it adds
– https://www.screencast.com/t/QjpmcBofiJ
Thanks
Hi there,
So instead of underline, I am using the padding-bottom option in my CSS as I can customise it more. However, I am having trouble removing the underline on the links when I hover over. For example in this post: https://ourculturemag.com/2017/11/10/interview-fabio-consoli/
How would I go about removing it, without removing padding-bottom?
Hm because u didn’t have popular post in 24h i use plugin popular post in 24h but i have problem with the CSS.
So what code to copy from u and paste in plugin css to have same title and style like theme see picture
https://drive.google.com/a/processin.mk/file/d/1D8_HNljPvLcHAGdBrflkXZkivhHG72YO/view?usp=drivesdk
Yes. About mobile top grid. I would like to add some custom css to entry titles, article titles only on that grid.
Hi,
I’ve tried to use the method you described but seems that it doesn’t work to me.
I have added this to style.php file:
echo '
CSS CODE
';
My CSS is a bit long, nearly 950 lines and composed by IDs and Classes. I’ve also tried to use the minified version.
Hello john1964,
Try to check our useful tutorial regarding on what you can create your own custom CSS code because this customization involves doing such custom work. Please check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ As a hint, you can provide your website URL so I can give some clues.
Thanks for the message!
Hi,
@perisson Of course it will not work, each menu item is unique (has a unique ID). If you want to use the codes you will have to use your own menu IDs. Use the browser inspector to identify this ID
– https://www.screencast.com/t/t53oXDHa
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I believe you are referring to the “Infra Estrutura” menu item. You can add a scroll like this (the height can be modified if you want to)
– https://www.screencast.com/t/DQs7HFSL
.menu-item-1225 .sub-menu {
height: 350px;
overflow-y: scroll;
}
Enter the code in Theme panel->Custom CSS section.
Hello,
If I make it visible from the css code, it looks fine now: https://www.screencast.com/t/GtkCLAeSwp
Please enable the icons again. It could have been a caching issue.
Thank you!
I believe you are referring to the mobile top grid displayed on the mobile homepage. If you could mention what exactly you want to modify about it it would be helpful. The mobile theme does not have many customization settings, so it may require custom CSS code.