baldilocks
Forum Replies Created
-
Solution I ended up using:
1. Don’t use the Title and Subtitle fields.
2. Used the following code to change content font:<span style="font-weight: 700; font-family: Futura;"></span>
`Nevermind. I dug through hustle-module-decorator.php and found the code that did what I wanted. For others who might want it:
.hustle-modal a.hustle-modal-cta { border-radius: 50px; }
Hi and thanks for the reply, Nastia.
The line is part of the Simple style. If I do not use the Title and Subtitle feature then the line disappears but spacing remains.
1 – backend showing the title and subtitle options: https://prnt.sc/l0up0k
2 – frontend result when title and subtitle are in main content: https://prnt.sc/l0uprlBut (always a but) then i still have the font issue as it doesn’t change even with the code that you mentioned earlier.
.hustle-modal-message { font-family:Futura; font-size:15px; color:#fff; }
I managed to changed the Title and Subtitle font when I used the following CSS:
.hustle-modal .hustle-modal-title{ font-family:Futura; font-size:30px; color:#fff; } .hustle-modal .hustle-modal-subtitle{ font-family:Futura; font-size:15px; color:#fff;
But the custom code to change the main-content font doesn’t work ??
Hi,
I have custom CSS enabled. Managed to change the title and subtitle font and remove the horizontal divider. However, it still leaves a big gap between subtitle and content.
Currently using the following code.
.hustle-modal.hustle-modal-simple header { border-bottom: none; } .hustle-modal .hustle-modal-title{ font-family:Futura; font-size:30px; color:#fff; } .hustle-modal .hustle-modal-subtitle{ font-family:Futura; font-size:15px; color:#fff; } .hustle-modal-message { font-family:Futura; font-size:15px; color:#fff; } .hustle-modal .hustle-modal-body{ font-family:Futura; font-size:22px; color:#fff; }
- This reply was modified 6 years, 5 months ago by baldilocks.
Hi and thank you!
The site is behind password protection so can’t share but I’ve attached an screenshot of the divider. https://prnt.sc/kzr9k6
The code you shared didn’t seem to work.