Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter blog2k15

    (@blog2k15)

    Hello author at least say how to remove that underline dash from that title
    TIA ??

    Hi, your url techabc.zz.mu just gives me Error trying to make database connection. Do you need to publish your site in some way so that we can look at the code that is being generated in order to help you?

    Thread Starter blog2k15

    (@blog2k15)

    plz do check again, it is working from my side

    OK, this time I got through, thanks.
    It is useful to look at the code that is being generated by your site and by the example sites you give. To do this (on Chrome and Firefox anyway)put your cursor over the bit you are interested in formatting and right click and select ‘Inspect element’. You can then see what code is produced. For example, your site starts the list like this:

    <ul class="lcp_catlist" id="lcp_instance_0">
    <li><a href="https://techabc.zz.mu/jupiter-venus-to-converge-in-star-of-bethlehem-moment/" title="Jupiter, Venus to converge in Star of Bethlehem moment">Jupiter, Venus to converge in Star of Bethlehem moment</a>
    <span class="lcp_date"> June 30, 2015</span> </li>

    So to change your titles to black and no underline you need CSS something like this:
    .lcp_catlist li a {color:black;text_decoration:none;}
    and to make the date red you need something like this:
    span.lcp_date {color:red}
    To do the pin is more complex and I suggest you look at the example sites code and learn a bit more about CSS – in this case they use the genericons font and use the CSS ::before feature.
    In WordPress is is highly recommended that you create a child theme and put your special CSS into that rather than edit whatever theme you are using.

    Thread Starter blog2k15

    (@blog2k15)

    Thanks again, but the underlined part did not go. it is still there.
    and plz tell what code should i put so that when i hover my mouse on title gives an black color and if visited in previous time the color should be in some dark blue, so that it indicates it is previously visited like in google results

    Thread Starter blog2k15

    (@blog2k15)

    Hey, i did some added this code

    .lcp_catlist li a {color:blue;text-decoration:none;}
    span.lcp_date {color:red}

    .lcp_catlist li a:hover {color: #000000;}

    it is text-decoration not text_decoration.

    anyways, thanks for ur kind help darling ??

    Manoj

    (@sarkarijobsdrive)

    Happy 2 See Peoples Are Talking About https://stateresults.in/ let me know once you have finished the customization.

    Thread Starter blog2k15

    (@blog2k15)

    not perfect abt customisation, if ur owner of that site, can u share that theme with customisation files ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘plz help with with css customisation’ is closed to new replies.