HELP PLEASE: I need to slightly modify the Just Lucid Theme

9 replies
  • WEB DESIGN
  • |
I would like to modify two things with the Just Lucid Theme Theme Lab Demo Server and I'm hoping you can help me please...

1) I would like to eliminate the 'V' shaped logo at the top of the left sidebar.

2) Currently there is no space between paragraphs (even though I have one in the content of the posts and pages) and I would like to add a space between all the paragraphs.

Can someone please tell me where to go to make these changes?

Thanks very much.

Steve
#lucid #modify #slightly #theme
  • Profile picture of the author CalvinWarr
    there does not seem to be any "V" logo, and there does appear to be spacing between your paragraphs. I am using IE5.
    {{ DiscussionBoard.errors[2718907].message }}
  • Profile picture of the author mrchristo
    not seeing the 'V' and text looks ok.

    using firefox
    {{ DiscussionBoard.errors[2718915].message }}
    • Profile picture of the author magentawave
      I just checked Chrome, Firefox, and Safari for Mac and then Chrome, Firefox, and IE for Windows and all browsers show a grey 'V' looking thing in the top left and single spacing between the paragraphs for this theme here: Theme Lab Demo Server. Sorry if I wasn't clear before but I think I should clarify that I want double spacing between the paragraphs.

      NOTE: I attached a screen capture to this and I put a red circle around the 'V' logo thing (top left) and the single spaced paragraph.

      So I'm still wanting to remove the grey 'V' logo at the top left and add double spacing between the paragraphs.

      Steve



      Originally Posted by CalvinWarr View Post

      there does not seem to be any "V" logo, and there does appear to be spacing between your paragraphs. I am using IE5.
      Originally Posted by mrchristo View Post

      not seeing the 'V' and text looks ok.

      using firefox
      {{ DiscussionBoard.errors[2721102].message }}
  • Profile picture of the author SmartWeb
    i think you changed the theme . else i could have helped. let me know if you face any issue in this theme
    {{ DiscussionBoard.errors[2721155].message }}
    • Profile picture of the author magentawave
      I'm unclear what you are saying but no I have NOT made any modifications to this theme yet. What you see in the link above is the way it comes.


      Originally Posted by SmartWeb View Post

      i think you changed the theme . else i could have helped. let me know if you face any issue in this theme
      {{ DiscussionBoard.errors[2721170].message }}
      • Profile picture of the author Karen Blundell
        magentawave, to remove the image go into your WordPress dashboard--> Appearance-->editor

        select header.php to edit

        remove this line:
        save your changes

        now to add some spacing between the paragraphs, select style.css to edit and look for this code:
        Code:
        p.main { 	font-size: 0.8em; 	font-family: arial,sans-serif; 	line-height: 1.6em; 	margin: 5px 160px 15px 0; 	}
        add this to it:
        Code:
        padding-bottom: 10px;
        you should be good to go.
        Signature
        ---------------
        {{ DiscussionBoard.errors[2721725].message }}
        • Profile picture of the author magentawave
          Hi Karen,

          Thank you very much for taking the time to show me how to do that!

          The first instructions you showed me did get rid of the 'V' logo thing but the second instructions for having a double space between paragraphs didn't seem to do anything. Do you have any other suggestions for how to do that? Just so you know, when I go in to edit a post or a page on my site it clearly shows that I have double spaced between paragraphs...and that double spacing was/is visible on my live posts/pages with several other themes I've tried. Its just this Just Lucid Theme that doesn't double space between paragraphs.

          If you can suggest another theme that looks similar to the Just Lucid Theme then I'm open to using it instead.

          Thanks again.

          Steve
          {{ DiscussionBoard.errors[2725728].message }}
  • Profile picture of the author NetMan
    Weirdly enough... The code she gave you should work correctly. Are you certain to have updated the styte.css file correctly?

    Regards,

    Andre
    {{ DiscussionBoard.errors[2726259].message }}
    • Profile picture of the author Karen Blundell
      hmmmm...

      you might have to use this instead:

      padding-bottom: 10px!important;

      try that...

      off the top of my head that would be the only other change. If that doesn't work, I'll have to take another look at the css
      Signature
      ---------------
      {{ DiscussionBoard.errors[2727439].message }}

Trending Topics