Help formatting my page please

by bukavu
3 replies
  • WEB DESIGN
  • |
Hello,

I have added a page on my website through a wordpress pluging called job manager.

I think my original theme css setting is not allowing formatting of that page, then I get a simple not looking good page.

Can anyone help me with a code I'd need to add in the theme css to get a formatted page please?

Thank you
#formatting #page
  • Profile picture of the author run
    It will overwrite the plugin's css if you put the exact style in you theme css file.
    Another solution is to copy the style from the plugin folder and put it into your current theme folder and call it in header or function. You then could change the plugin style, and it will over write the original style of the plugin.
    Signature
    I just wanna tell you that most of the links in the signature are trash and/or a trap to make you pay!
    {{ DiscussionBoard.errors[7725064].message }}
    • Profile picture of the author bukavu
      Originally Posted by run View Post

      It will overwrite the plugin's css if you put the exact style in you theme css file.
      Another solution is to copy the style from the plugin folder and put it into your current theme folder and call it in header or function. You then could change the plugin style, and it will over write the original style of the plugin.
      I have just added the plugin css code into the theme css file, there is little positive change but still not color formatted ...

      The second solution I really have no idea how to call in header or function, can you give me a clue?
      {{ DiscussionBoard.errors[7726105].message }}
      • Profile picture of the author run
        Originally Posted by bukavu View Post

        I have just added the plugin css code into the theme css file, there is little positive change but still not color formatted ...

        The second solution I really have no idea how to call in header or function, can you give me a clue?
        After you copy the plugin stylesheet into you current theme folder, you could open up you header.php and add just like the normal stylesheet.

        HTML Code:
        <link href="<?php bloginfo('template_directory'); ?>/stylename.css" rel="stylesheet" type="text/css" />
        stylename.css is the the names of the stylesheet that you've just copy from the plugin folder.

        Add above line of code, change stylename.css to the actual name, between head tag.
        Signature
        I just wanna tell you that most of the links in the signature are trash and/or a trap to make you pay!
        {{ DiscussionBoard.errors[7726747].message }}

Trending Topics