Hello, I own http://scumbagged.com and am curious as to how I can change all of the block titles. I don’t know where to go to do that. Some of my block titles say “Fashion Week” and “Gadget World” – clearly I need those to reflect my appropriate sections.
Regarding the mobile menu, I would like to be able to add additional links just for the mobile viewers. How can I do a separate mobile menu than a desktop menu?
Thank you for your help!
Hello Scumbag,
If you want to change the style for your all block titles, notice that you can use a bit of CSS code to do this. For example, try the code below and place it in Theme panel -> Custom CSS area and check the results.
The code is ->
.block-title span{
background-color:red!important;
color:black;
}
Regarding on mobile main menu, notice that it cannot be different than the main menu on the desktop, sorry! If you want to add some links only for the mobile menu, you should implement it yourself through the code because the theme does not have any such an option that allows you to do this, sorry!
Thanks for the message!
Hello Scumbag,
What exactly you want to change to your block title? Notice that you can change the title when you edit your block from backend, like this -> https://www.screencast.com/t/5tiz6hHXh
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello Scumbag,
Please consult the following documentation here -: https://forum.tagdiv.com/tagdiv-composer-tutorial-2/ because there you will found all the needed steps.
Thanks for your understanding!
Hello,
I think this is the guide Catalin was trying to show:
https://forum.tagdiv.com/block-settings-guide/
SInce the new tagdiv composer, our documentation no longer covers visual composer settings, but the block settings are the same ones on both builders.
You cna change a block title from the block settings. Please access your page and edit the blocks in your preferred page builder.
Thank you!