Help with WooThemes Gazzete Theme

9 replies
Forgive me if there is already a post for this, but can someone tell me how to change the link color in Gazette Theme?

Thanks in advance!
#gazzete #theme #woothemes
  • Profile picture of the author falconeye848
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[1724508].message }}
  • Profile picture of the author SuiteJ
    Navigate to gazette/styles/default.css (or whatever style you've chosen to use - I have a sneaky suspicion you're using default.css )

    Open that file.

    At the very top, you'll see this code:

    Code:
    a{
    	color: #000;
    }
    Now, you can change that color, but this will change every single link color throughout the theme. You probably don't want to do that since there are sections of the theme that you want to stay black (in the excerpt boxes, archives category headers, etc. )

    So, if you want to change it so that the link color is different on single page posts only,
    then add this code to the default.css style sheet mentioned above:

    Code:
    .entry a{
       color: #cc0000;
    }
    Now, any time you add a link in a post, it will be whatever color you specified in that "entry" style

    Cheers
    Jay
    {{ DiscussionBoard.errors[1724560].message }}
    • Profile picture of the author MJMartin
      Originally Posted by SuiteJ View Post

      Navigate to gazette/styles/default.css (or whatever style you've chosen to use - I have a sneaky suspicion you're using default.css )

      Open that file.

      At the very top, you'll see this code:

      Code:
      a{
          color: #000;
      }
      Now, you can change that color, but this will change every single link color throughout the theme. You probably don't want to do that since there are sections of the theme that you want to stay black (in the excerpt boxes, archives category headers, etc. )

      So, if you want to change it so that the link color is different on single page posts only,
      then add this code to the default.css style sheet mentioned above:

      Code:
      .entry a{
         color: #cc0000;
      }
      Now, any time you add a link in a post, it will be whatever color you specified in that "entry" style

      Cheers
      Jay

      Thanks as always, Jay! Worked perfectly!

      BTW, I'll be in touch via email tomorrow. Ready to pull the trigger on the next blog
      {{ DiscussionBoard.errors[1724582].message }}
      • Profile picture of the author samkadya
        Originally Posted by MJMartin View Post

        Thanks as always, Jay! Worked perfectly!

        BTW, I'll be in touch via email tomorrow. Ready to pull the trigger on the next blog
        I was trying to follow the above but it didnot work. What worked for me was pasting the below in the custom.css


        a{
        color: #0000FF;
        text-decoration: none;
        }
        a:hover{
        text-decoration: underline;

        Unfortunately all the hyperlinks have changed even the ones for ones in the sidebar.
        {{ DiscussionBoard.errors[8778940].message }}
  • Profile picture of the author chippy69
    Hey Jay,

    I have a question if you don't mind...the carousel seems to have stopped scrolling. Not quite sure how I did this...any ideas?
    You've been more than helpful throughout the process of buying and implementing your blog design, thanks.

    Joe
    Signature

    The most comprehensive free guitar lessons site on the net. http://GuitarWizard.net

    {{ DiscussionBoard.errors[1790516].message }}
  • Profile picture of the author projectmaster
    does anyone know how to reduce the amount of post boxes you have on Gazette woo theme?
    {{ DiscussionBoard.errors[3400385].message }}
    • Profile picture of the author reneeunderwood
      does anyone knows how to insert an adsense box above the carousal under woo gazette theme?
      {{ DiscussionBoard.errors[4306782].message }}
  • Profile picture of the author topnichewebsites
    samkadya PM me your site
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[8779745].message }}
  • Profile picture of the author topnichewebsites
    samkadya PM me your site
    Signature
    http://pixelcovers.com/ <- eBook add eCovers

    https://www.unicommercesolutions.com <- WordPress Websites and Maintenance
    {{ DiscussionBoard.errors[8779754].message }}

Trending Topics