Hi,
I’ve installed “The Events Calendar” and created simple event. Then added widget to my sidebar with proper title.
However Enfold theme does not display it properly. Instead of proper formating like other widgets it does show it with plain text title.
Can you please let me know how to easily fix this? Instead of PROPER TITLE to have standard Enfold formating of widget headings
My testing site attached
Thanks
Well events calendar comes with a huge css rules amount – and has its own settings for widget titles
But they come for the titles with h6 title tag. To just synchronize the settings you can do that:
.tribe-common .tribe-common-h6 {
border-style:solid;
border-width:1px;
padding:10px 0;
border-left:none;
border-right:none;
margin-bottom:15px;
border-color: #000000;
color: #222222;
text-align: center;
text-transform: uppercase;
font-weight: 600 !important;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.1em;
}
if you like to have h3 title tag on those headings too – there are ways to do it via jQuery – or have a look into settings of tribe events if you can switch the tag inside ( then the rule has to be adjusted )
Thanks Guenni,
At the end I’ve decided to give up on this Events Calendar because it was just too complicated for the usage I need. With your code the heading was still little different and it wasn’t worth the trouble and css time to make it nice.
I’ve did it using simple html instead
Feel free to close this one.