Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #902528
    zeusuk
    Participant

    Hi there, nice theme! But i’m having a problem getting my blog set up. It may be a really simple thing but i just can’t see where to do it. On the blog page i want an image along with the title of my post, but i just can’t see where you do that, so my blog page just has text and looks boring. Any ideas? Thanks

    #903325
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Do you mean the Blog index page? The Blog index page is something that you can’t edit on the backend, it will automatically populate your blog posts (something like this).

    You could modify the blog index page but that will require a custom development.

    Set a Featured Image for your post, and that Featured Image will show on the Blog index page to represent its post.


    screenshot

    Another thing; navigate to Settings > Reading, set your blog page as the Posts page, so your site will know that your blog page is the Blog index page.


    screenshot

    Hope this shed some lights.

    Cheers!

    #903750
    zeusuk
    Participant

    Hi thanks for your reply, now i understand. Another thing though, can you tell me the css code to change the color of the text in the social sharing? I got the icons how i want them but can’t find how to change the “share us” title text color, can’t find the answer in the forums, thanks

    #904573
    Joao
    Moderator

    Hello Zensuk,

    Thanks for writing in!

    Would you mind providing us the url of the page you are refering to? Always provide at least your URL when asking the questions that way we can be sure about the answers we will give you.

    Thanks.

    Joao

    #904814
    zeusuk
    Participant
    This reply has been marked as private.
    #905627
    Joao
    Moderator

    Hi There,

    If you are using the text element you can select visual and then the color tab (see the image attached).

    You also can use this code below instead on the Text Tab (Beside Visual) and it will bring the same results

    <p class="resp-p" style="color: #00ff00;">SHARE US</p>

    Change #00ff00 for your desired color.

    Hope that helps

    Thanks,

    Joao

    #905654
    zeusuk
    Participant
    This reply has been marked as private.
    #906585
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-entry-share p {
        color: red;
    }

    Hope it helps.

    #906735
    zeusuk
    Participant

    That did it! Thanks very much

    #907464
    Rue Nel
    Moderator

    You are most welcome!

  • <script> jQuery(function($){ $("#no-reply-902528 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>