Modifying Contact Details Widget
-
I opened page builder and clicked on add content.
I selected contact details from the widgets available.
I dragged and dropped the widget to the page.The title text is insanely huge, especially so when it renders to mobile.
I looked up several ways to do a modify of font size and font style, etc.
I used the styles.css and the additional css via the customization menu.
I tried the following code in the additional css and styles from an example:
.widget .widget-title{
color: black;
font-family: comic sans ms;
font-size: 18 px;
letter-spacing: 0.1em;
line-height: 1em;
text-transform uppercase;
}
It worked for the footer area widget info, but did not nothing to the widget on my page.
The name of the widget is supposedly “Contact Details.”
I can’t find any reference to a “Contact Details”, “Contact Info” widget in code or css.How am I supposed to get this widget modified?
Does anyone know the correct naming convention of the widget on the page?The page I need help with: [log in to see the link]
- The topic ‘Modifying Contact Details Widget’ is closed to new replies.