Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • magtaf Friend
    #163822

    Hi, I am using the JA Social template and I have 2 questions in reference to formatting.

    Question 1: I want to change the JA Login position module color to a darker color, currently i changed the header background and the fonts are white, you cant hardly see it. Where can I do this and that is the tag that I need to modify.

    Question 2: I want to chang the Mega Meny froms from all caps to all lower case and the Article font color to a diferent one, see imgae


    1. JA-Login
    2. Tittle
    himangi Friend
    #390724

    Hi,

    Can you please provide your site url? it will be easier to give you a solution if I can see the site.

    magtaf Friend
    #390816

    Sure, its problemsolveddaily dot com.

    The first image is on very page, in JA Login position

    The second image is on this page. http://problemsolveddaily.com/healthy-living

    himangi Friend
    #390910

    To change color of Login & Create an account links, you can change color : #ffffff defined for #ja-headtools li a { in template.css line 470.

    To remove the grey backgroun for login position you will have to remove body#bd { background: image path specified here. } But this will remove the whole header background, the grey image with flower in it.

    I see that you have already made the megamenu lowercase. So I assume these issues are solved.

    To change the article heading color on http://problemsolveddaily.com/healthy-living you need to add color: #colorcode; to h1. Currently you can add the color property to following code on line 54 in template.css, which will apply your color to all contentheading having h1,h2 tags or not having any additional tag
    <blockquote>h1.contentheading, h2.contentheading, .contentheading {
    margin: 0;
    padding: 0 0 5px;
    } </blockquote>OR you can add <blockquote>h1.contentheading{color:#colorcode;}</blockquote> in your tempate.css

    magtaf Friend
    #390973

    Thank you for your help

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

This topic contains 5 replies, has 2 voices, and was last updated by  magtaf 13 years, 6 months ago.

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