CSS Setup – Editing every Font Style versus Universal Styles ??

Homepage Community Forums Epik Theme Support CSS Setup – Editing every Font Style versus Universal Styles ??

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5628
    Mike
    Customer

      Hi,

      Epik’s fantastic… but I like to to edit font styles for every element.

      The theme’s CSS seems setup to inherit settings on a few universal font.

      i.e. changing blog post title style also changes the portfolio page title

      Is there a simple way to change this or how/what code changes are needed?

      Thks!

      #5638
      Eric
      Customer

        Yes you could add custom code that specifically targets certain ID’s or Classes. If it’s a portfolio title, then look at the code/class or ID and add that in your css.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5648
        Mike
        Customer

          Thks Eric. Learning on the fly… so if I understand, I need to:

          – look at class… for example, #content .post .entry-title { (the blog titles)
          – then add styling for every element (presumably under the darkblue section)

          #content .post .entry-title {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 28px;

          Does anything need to be removed / added, so this overrides the normal settings?

          #5664
          Eric
          Customer

            No it should override any other code and have priority if you add in code specifically for that particular ID or Class


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.