List of questions

Home Forums Gillion Theme List of questions

Home Forums Gillion Theme List of questions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Test123
    Participant

    Hi there, sorry for asking so many questions but below is a list of everything I would like to change on my website that I can’t seem to figure out on my own.

    Just tell me which ones you can fix and i’ll be happy. There were some CSS coders that said they could fix some of these but they all require wordpress log in so I wasn’t too comfortable, thanks in advance!

    website link in private info field

     

    -hoverover effect at ‘subscribe to newsletter’ button bottom right
    – decrease whitespace between category and header
    -make the twitter logo in the sidebar bigger or replace it with a follow button
    -decrease whitespace between blogpost and header
    -decrease whitespace between blogpost title and thumbnail picture
    -have twitter account embedded in page and opening in new tab
    -have the menus ”news” and ”articles” highlighted when at those pages
    -change the text of the twittershare button on the leftside of the blog post

    Hi @Lemonado114,

     

    I hope you are well today and thank you for your question.

     

    You can try achieving this using Yellow Pencil plugin as described in the following page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

    Test123
    Participant

    Thanks for that, that solved some of the problems.

    I still have these however:

    -hoverover effect of email subscription button

    -change the text of the twittershare button on the leftside of the blogpost

    -highlight the category pages as shown in screenshot below

     

    Again, thanks for sticking with me and I love your support!

    -change the text of the twittershare button on the leftside of the blogpost

    Not sure what you are referring here so could you please share me the screenshot of it?

     

    -hoverover effect of email subscription button

    -highlight the category pages as shown in screenshot below

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .widget_newsletterwidget .tnp-widget form input[type=submit]:hover {
        background: #000;
        color: #fff;
    }
    
    .sh-nav li.current-menu-item>a,
    .sh-nav li.current-menu-parent>a {
        color: #1c1c1c !important;
    }

    Test123
    Participant

    Thank you so much, below I added the screenshot for the twitter text thing

    You can edit the Twitter share content using Yoast SEO plugin https://wordpress.org/plugins/wordpress-seo/ as described in the following page.

     

    https://kb.yoast.com/kb/setting-up-twitter-cards-in-wordpress-seo/

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