• Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Search
tagDiv support
  • Become a member
  • Sign in
  • Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper

This forum is now closed to new posts

All existing content remains available to browse and search. For support, please email us at contact@tagdiv.com Our team is happy to help as soon as possible.

Home Newspaper Changing 'Continue' button text and color, and making the logo larger?

Changing 'Continue' button text and color, and making the logo larger?

Posted in: Newspaper
Post count: 230
GiacomoLaw
#181198
Jul 2, 2017 at 3:59 pm

Hi all

I’m using the Classic Blog demo, and I’ve customized it quite a bit. How can I change the color and text on the Continue buttons?

Also, how can I make the logo at the top of the page spread to fit the whole top, and not stay small?

The website is thenerdystudent.com

Thank you!

Post count: 20688
Simion C.
#181339
Jul 3, 2017 at 1:10 pm

Hi,

Please provide more details about these Continue buttons or a link to your website where they are present, for a more accurate solution.
The header style that the demo is using does not have a limit for the header logo. You can set any logo size you want, and it will be displayed as it is. This is the case for header styles 9, 10 and 11
– https://forum.tagdiv.com/logo-favicon/

Thanks

Post count: 20688
Simion C.
#181340
Jul 3, 2017 at 1:18 pm

Hi,

Sorry, I failed to see the link you have provided in your post. You could change the button color and font properties with a code like this for example
– https://www.screencast.com/t/84PrdYwgspX
You can change the properties as you need, and also add more

.more-link-wrap a {
color: red;
background-color:green;
font-size: 20px;
}

Here is a link to a guide that explains how you can use the browser inspector to create custom code, that you can use in the Theme panel->Custom Css
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Please let me know if you need further help.

Thanks

Post count: 230
GiacomoLaw
#181451
Jul 3, 2017 at 9:07 pm

Awesome, thank you so much!

With the logo, I meant the banner at the top of the webpage: https://gyazo.com/049ac834629d28a6113050f782873a38

I’d like it to spread to the edges of the webpage. Is it possible to do this?

Thanks!

Post count: 230
GiacomoLaw
#181452
Jul 3, 2017 at 9:09 pm

Also, how can I save the CSS to the site? I hit save, but when I reload it does not change.

Thanks

EDIT: Found out how to

  • This reply was modified 9 years by GiacomoLaw.
Post count: 230
GiacomoLaw
#181469
Jul 3, 2017 at 10:09 pm

I’m making CSS edits to the style.css file (the one with the Newspaper at the top) however its not affecting the site.

Anyone know why? I checked the css on site and the edits are showing.

Post count: 230
GiacomoLaw
#181472
Jul 3, 2017 at 10:27 pm

I’ve realised its not making any differences to the main page, only pages with tags:

No change: thenerdystudent.com

Change: https://thenerdystudent.com/category/application-intro/

I’d like the main page to look like the other pages.

Why is this, and how can I change this?

  • This reply was modified 9 years by GiacomoLaw.
Post count: 20688
Simion C.
#181519
Jul 4, 2017 at 9:17 am

Hi,

If you would like the logo to stretch to the edges of the screen, you need to upload a bigger logo image. The current header style you are using does not have a limit for the image. You can use any size you want, and it will be displayed.
Also it is worth mentioning that when a background color or image is used, the website layout becomes boxed
– https://forum.tagdiv.com/background-introduction/
At the moment you have a white background color, so a full logo will be displayed like this example (boxed)
– https://www.screencast.com/t/6UPrVOC4pjVr
Removing the background color or stretching the header logo space with the options in the theme panel
– https://www.screencast.com/t/gHfCKSNkVjwM
Will display the logo in full width like this
– https://www.screencast.com/t/ouaeFnIWA
So you just need to create and use a bigger logo image, depending on your preferences.
There are dedicated custom code sections in the theme panel, that you can use to further customize the website. Or enter the code directly in the theme main stylesheet. A child theme can be used as well for this purpose.
You also need to create a homepage using the composer and set it
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/

Thanks

Post count: 230
GiacomoLaw
#181621
Jul 4, 2017 at 6:33 pm

Awesome, thank you so much!

Where should I upload the logo image? I uploaded it to logo and retina logo, but its not working.

https://gyazo.com/7071d4ffdba0d4d49ff67a612f0bc29a

Where should I upload the banner image to get it full screen?

Post count: 230
GiacomoLaw
#181629
Jul 4, 2017 at 7:52 pm

Managed to sort it out! When I uploaded the images they had restrictions placed on them – removing those size restrictions worked.

Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.
GiacomoLaw
Support Hours (GMT+2)

Monday - Friday:
8:00 AM - 17:00 PM

Documentation
  • Newspaper
  • Newsmag
Facebook Instagram Twitter Youtube
Welcome to the Community! This is our main Support Center and, also the place where you can make new friends, people just as passionate about websites as you are. Don’t hesitate to ask for help as we are here for you. Thank you for buying our products!
Contact us: contact@tagdiv.com
  • Home
  • Blog
  • Forums
  • About us
  • Support policy
  • Privacy Policy
© tagdiv.com | Proudly made with by tagDiv. All rights reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-advertisement1 yearThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_43963494_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
CONSENT16 years 5 months 26 days 13 hours 25 minutesNo description
yt-remote-connected-devicesneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
yt-remote-device-idneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
SAVE & ACCEPT
Powered by CookieYes Logo