Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
itsoeds
tagDiv Member

I would like to have the bullet (LI) automatically before each post.

See http://robo2day.com/wordpress/?page_id=836 halfway the page.

How can i do that?
Thx

itsoeds
tagDiv Member

One more question (Im happy with the solution but i’m hoping for a stretch…):

Is it possible to insert a HTML LIST BULLET or a small picture (e.g. the highlighted image in the post)?
And how should i do that?

something like this

  • row 1
  • row 2
  • etc

    • This reply was modified 9 years by itsoeds.
    itsoeds
    tagDiv Member

    Works like a charm! Thank you.

    itsoeds
    tagDiv Member

    Just tried this:

    .td_block_10 .td_module_9 .entry-title{
    text-align: left;
    font-size: 14px
    }

    .td_block_10 .td_module_9 .td-post-author-name, .td_block_10 .td_module_9 .td-post-author-name span, .td_block_10 .td_module_9 .td-module-comments{
    display:none!important;
    }

    .td_block_10 .td_module_9 .td-post-date, .td_block_10 .td_module_9 .td-post-date span, .td_block_10 .td_module_9 .td-module-comments{
    display:none!important;
    }

    Probably not so neat coding, but it works.

    One remaining question though: How can I make the boxes smaller and how to remove the thin dividing lines between thes? So that distance between the lines (posts) becomes much smaller and looks more like a standard list?

    • This reply was modified 9 years by itsoeds.
    itsoeds
    tagDiv Member

    excellent. Learning everyday! Thank you.

    Can you also explain how i can remove the author name&date and how to decrease the size of the ‘box’? Idea is that the result looks like a plain list…

    i tried this (custom css code) but the 2nd part doesnt seem to work…

    .td_block_10 .td_module_9 .entry-title{
    text-align: left;
    font-size: 14px
    }

    .td_block_10 .td_module_9 .td-module-meta-info{
    display:none!important;
    }

    • This reply was modified 9 years by itsoeds.
    • This reply was modified 9 years by itsoeds.
    itsoeds
    tagDiv Member

    thats it. Thx!

    itsoeds
    tagDiv Member

    Solved myself:

    theme panel
    /
    GENERAL Theme colors
    /
    THEME ACCENT COLOR
    Select theme accent color

    itsoeds
    tagDiv Member

    Found it 🙂 Theme Fonts / font settings / transform

    Well done !

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