Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #171836
    smkillough
    Participant

    Hi, I just want to be able to add a text line or subtitle under my Portfolio page title advising users to click below the video for full view in a separate browser. I noticed I can’t use visual editor to do this. Still learning wordpress and I do not know how to customize php yet, I do have a child theme set up. Here is an image of what my portfolio page currently looks like:

    http://virtualjobconnections.com/microsoft-word-tutorials-2/

    Thanks,

    Sherri

    #171893
    Rad
    Moderator

    Hi Sherri,

    Thanks for writing in.

    Add this css at your customizer’s custom css under Admin > Appearance.

      .page-template-template-layout-portfolio .entry-title:after {
      content : "Click to watch videos!";
      display: block;
      color: #999;
      font-size: 14px;
    margin-top:15px;
      }
    

    Hope this helps.

    #171938
    smkillough
    Participant

    thats perfect! Thank you!

    #172028
    Christian
    Moderator

    You’re welcome. Glad we could help.

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