Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • shafee_howard Friend
    #178705

    I can’t find the CSS declaration(s) to change the color or font of the Module Title (the word “Concentrations” in the attached screen shot), need a hint please

    Site is at http://dev.ruhaniat.org/

    Thanks — Howard Ballinger


    1. ScreenShot021
    chavan Friend
    #459451

    Go to this file:/templates/ja_purity_ii/css/template.css

    Add this code

    #ja-topsl h3 span { font-family:Arial; font-size:20px;color:#FF0000; }

    Note: If you Find my Post useful please click on the Thanks Icon

    shafee_howard Friend
    #459561

    Perfect, thank you! One other thing, I’d like to increase the padding-left, or is it margin-left, of this menu. The menu, as you will see, is in a module which is in the user-1 block. http://dev.ruhaniat.org/

    It’s too close to the edge of the black for my liking — HB

    chavan Friend
    #459576

    Both will be good


    #ja-topsl h3 span {
    color: orange;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    padding-left: 10px;

    }

    or


    #ja-topsl h3 span {
    color: orange;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-left: 10px;

    }

    Note: If you Find my Post useful please click on the Thanks Icon

    shafee_howard Friend
    #459609

    I guess I didn’t make my request clear enough. This does add padding to the menu title, but I was hoping to move the whole menu over. Is there a way to do that? Thanks — HB


    1. ScreenShot025
    chavan Friend
    #459639

    sorry i don’t understand…. do you want to move the whole back block up?

    if so do the following

    Go to this file: /templates/ja_purity_ii/css/template.css

    Replace this css


    #ja-topsl .main { padding: 15px 0; background: #1D1D1D }

    with


    #ja-topsl .main { padding: 5px 0; background: #1D1D1D }

    Note: If you Find my Post useful please click on the Thanks Icon

    shafee_howard Friend
    #459744

    Actually not up, but to the right.

    The menu is too close to the left side of the block. I want to increase the distance between the two red lines I’ve drawn on this screen shot. That is, move the whole menu about 20 px to the right.

    Hope that helps clarify, and thanks. Your tips have been incredibly helpful! — HB


    1. 2-red-lines
    chavan Friend
    #459748

    Add this code to : /templates/ja_purity_ii/css/template.css

    .moduletableconcentrations ul {
    padding-left: 10px !important;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  chavan 12 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum