Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Need Help With Custom CSS

  • 05-09-2013 03:56PM
    #1
    Registered Users, Registered Users 2 Posts: 3,132 ✭✭✭


    Hi,

    I am testing a new theme on my blog WorkReadPlay.com.

    I wanted to change the font of my headings from the preinstalled 'NovecentowideLightBold to Georgia.

    I can change the font okay using custom CSS. However, when I try to use the search function of my theme, it takes me to my Google+ page!

    When I delete and reinstall the theme, the issue resolves and search works fine. That's until, I modify the CSS again.

    Is this something to do with the font installed on my server or with my theme?

    Any ideas how I can fix this?

    Here's a link to the CSS that comes with my theme: http://pastebin.com/JLNv1Xy5

    Below is the CSS I am pasting into WordPress.

    h1, h2, h3, h4, h5, h6 {
    	margin: 0 0 25px;
    	font-family: 'Georgia', 'Helvetica Neue', Helvetica, sans-serif;
    	font-weight: normal;
    }
    
    .entry-title {
    	font-family: 'Helvetica Neue', Helvetica, sans-serif;
    	font-size: 42px;
    	letter-spacing: -3px;
    	line-height: 52px;
    	text-align: center;
    	padding: 0 0 35px;
    	margin: 0;
    }
    
    .format-quote {
    	background: #282D30;
    	font-family: 'Helvetica Neue', Helvetica, sans-serif;
    	font-size: 42px;
    	font-weight: normal;
    	letter-spacing: -2px;
    	line-height: 54px;
    	text-align: center;
    	color: #fff;
    }
    


Comments

  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    When you click on the search icon, the search box appears. For some reason there's a hyperlink wrapped around the search box to your Google+ account.

    Any idea which of the included JS files is for the search box?

    It's worth going back to the theme author too. If it's a themeforest theme, you may see someone has already encountered similar problems in the support questions. If not you can leave a support request.


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    Take this out of your html head:

    [HTML]<a href="https://plus.google.com/103590232335692777341&quot; rel="publisher">[/HTML]


  • Registered Users, Registered Users 2 Posts: 3,132 ✭✭✭silvine


    Great, thanks


Advertisement