• Resolved fernandolawl

    (@fernandolawl)


    Hello. I wanted to update the font to my h2 tag to the following. When I added the following code to my style.css, it did not work. I also tried adding it to the css field in the plugin admin page and still didn’t work. Can someone please help me to make this style work for the h2 tag?

    .wph-modal--title {
    	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    	font-size:30px;
    	font-weight:light; 
    	margin-bottom:15px;
    	text-transform:uppercase; 
    	color:#006633;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @fernandolawl,

    Hope you’re well ??

    Try using below CSS code and that should do the trick:

    .wph-modal header h2 {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size:30px;
        font-weight:light; 
        margin-bottom:15px;
        text-transform:uppercase; 
        color:#006633;
    }

    Let us know how it goes.

    Cheers,
    Predrag

    Thread Starter fernandolawl

    (@fernandolawl)

    I decided to uninstall it. It wasn’t mobile friendly – too large and didn’t scale properly, couldn’t close the window, etc. I installed Popup Maker and it works perfectly. Sorry ??

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Sorry to hear that ??

    If you’re willing to give it another try we would gladly check out the issues you’re having.

    We will continue on working on the plugin so perhaps it will show in better light for some of your future projects. ??

    Have a nice weekend.

    Predrag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘H2 updating .wph-modal–title’ is closed to new replies.