• Resolved rusdiantoro

    (@rusdiantoro)


    Hi, I have two questions about Iconic One Theme.

    First, how to edit the blockquote style. I have tried adjusting it through “Additional CSS” with the following code, but only the font size changes.

    blockquote {
    font-family: Ubuntu, serif;
    font-size: 14px;
    font-style:italic;
    width:450px;
    background-color:#fbf6f0;
    border-left:3px dashed #d5bc8c;
    border-right:3px dashed #d5bc8c;
    text-align:center;
    } 

    Second, how to insert Featured Image under Single Post Title.

    Thank you. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Themonic

    (@themonic)

    Hi,

    Use like this

    .entry-content blockquote {
    code here
    }

    Currently, you will have to manually place images in posts, automatic display of featured option is already available in Pro version, it will also come in free version in the upcoming updates.

    It is made like this due to Google’s above the fold algo. This way you can manually insert images say after the first paragraph.

    this is code not responsive in mobile?

    blockquote {
    font-family: Ubuntu, serif;
    font-size: 14px;
    font-style:italic;
    width:450px;
    background-color:#fbf6f0;
    border-left:3px dashed #d5bc8c;
    border-right:3px dashed #d5bc8c;
    text-align:center;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Blockquote and Insert Featured Image’ is closed to new replies.