Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • hdcms Friend
    #1049752

    HI,

    How do I remove the color line from all modules?
    Regards


    1. sup_ligne
    Pankaj Sharma Moderator
    #1049931

    Hi
    Can you share the URL of site here?
    The submitted domain is not using JA Megstatore template.
    Regards

    hdcms Friend
    #1050024
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1050028

    Hi
    Add below code in custom.css file

    .module-title {
        border-top: none!important;}

    Regards

    hdcms Friend
    #1050047

    HI,
    I have already done equivalent tests.
    I copied your code into custom.css.
    I emptied the cache and refreshed the screen
    I do not see any change !!
    Regards

    Pankaj Sharma Moderator
    #1050053

    Hi
    Kindly check your site again, The code is not present in custom.css file
    http://prntscr.com/fxylf1
    I tested the code its working if its present in the cucstom.css file.
    Regards

    hdcms Friend
    #1050087
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1050098

    Hi
    You have this line in custom.css

    //@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=greek,latin>);
    

    its wrong
    remove the slash // and check.
    Regards

    hdcms Friend
    #1050102

    Yes
    Sorry
    Thanks

    Pankaj Sharma Moderator
    #1050108

    You are welcome!

    Regards

    hdcms Friend
    #1050464

    HI,
    Sorry but we find when we have a lot of module (like on the homepage) it is best to delete all line from all modules.
    I put the following code:

    h1, .module-title {
        border: none!important;
        } 

    and do a cache refresh but I still have those lines.
    How do you remove them everywhere?
    Regards


    1. sup-ligne-module
    Pankaj Sharma Moderator
    #1050875

    Hi
    The template has a different style for different blocks, if you want to customise them, i suggest you to use inspect element or firebug from browser to check the style code and then override it via custom.css file
    Here: http://prntscr.com/fzeya5
    override this code

    .t3-module {
        border: none!important;
    }

    Regards

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

This topic contains 11 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

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