- This topic has 9 replies, 2 voices, and was last updated 4 years, 1 month ago by
David.
-
AuthorPosts
-
March 18, 2022 at 4:12 am #2158902
miyan
This is my first time, so I would appreciate it if you could let me know step
`.sidebar .widget .widget-title {
font-size: 1.1em!important;
margin-bottom: 15px!important;
background-color:
padding: 5px!important;
text-align: center;
color: #fff;
vertical-align: middle;
line-height: 1.66em;
font-weight: 600;
position: relative;
display: block;
letter-spacing: 1px;
}.sidebar .widget .widget-title::before {
content: ”;
display: inline-block;
position: absolute;
bottom: -10px;
left: 50%;
height: 0;
width: 0;
margin-left: -10.5px;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #2a2a2a;
}March 18, 2022 at 4:49 am #2158927David
StaffCustomer SupportHi there,
can you share a link to your site where I can see the sidebar and that widget title ?
March 18, 2022 at 5:16 am #2158946March 18, 2022 at 6:00 am #2158972David
StaffCustomer SupportDo you have a site of your own with a Widget ? then I can see how that title is displayed and provide the correct CSS
March 18, 2022 at 6:38 am #2159010miyan
Adding a CSS to the site does not implement it properly.
My site is the following site.
March 18, 2022 at 7:14 am #2159051David
StaffCustomer SupportTry this CSS:
.sidebar .widget h2 { font-size: 1.1em!important; margin-bottom: 15px!important; background-color: #1e73be; padding: 5px!important; text-align: center; color: #fff; vertical-align: middle; line-height: 1.66em; font-weight: 600; position: relative; display: block; letter-spacing: 1px; } .sidebar .widget h2::before { content: ''; display: inline-block; position: absolute; bottom: -10px; left: 50%; height: 0; width: 0; margin-left: -10.5px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #1e73be; }March 18, 2022 at 8:39 am #2159287March 18, 2022 at 8:42 am #2159292David
StaffCustomer SupportCan you explain a little more please ?
March 18, 2022 at 8:59 am #2159310miyan
When you add the modified CSS, the widget is double-overlapped and the background is displayed as two.
Should I copy and insert the CSS when adding the widget?
March 18, 2022 at 9:07 am #2159319David
StaffCustomer SupportSee this Doc about using the Group block to keep the Title and the other content in the same space:
-
AuthorPosts
- You must be logged in to reply to this topic.